2010-09-13 18:29:46 +02:00
|
|
|
CREATORSOURCEDIR = ../../../
|
|
|
|
|
|
|
|
|
|
DEFINES += \
|
|
|
|
|
CREATORLESSTEST
|
|
|
|
|
APPSOURCEDIR = $$CREATORSOURCEDIR/src/plugins/qt4projectmanager/wizards
|
|
|
|
|
HEADERS += \
|
2010-09-16 14:11:15 +02:00
|
|
|
$$APPSOURCEDIR/qmlstandaloneapp.h \
|
|
|
|
|
$$APPSOURCEDIR/abstractmobileapp.h
|
2010-09-13 18:29:46 +02:00
|
|
|
SOURCES += \
|
|
|
|
|
$$APPSOURCEDIR/qmlstandaloneapp.cpp \
|
2010-09-16 14:11:15 +02:00
|
|
|
$$APPSOURCEDIR/abstractmobileapp.cpp \
|
2010-09-13 18:29:46 +02:00
|
|
|
main.cpp
|
|
|
|
|
INCLUDEPATH += $$APPSOURCEDIR
|