2010-09-13 18:29:46 +02:00
|
|
|
CREATORSOURCEDIR = ../../../
|
2011-04-28 15:33:58 +02:00
|
|
|
include ($$CREATORSOURCEDIR/qtcreator.pri)
|
2010-09-13 18:29:46 +02:00
|
|
|
|
|
|
|
|
DEFINES += \
|
|
|
|
|
CREATORLESSTEST
|
|
|
|
|
APPSOURCEDIR = $$CREATORSOURCEDIR/src/plugins/qt4projectmanager/wizards
|
2012-10-23 13:26:00 +02:00
|
|
|
LIBS *= -L$$IDE_LIBRARY_PATH -lUtils
|
2010-09-13 18:29:46 +02:00
|
|
|
HEADERS += \
|
2011-02-06 16:23:02 +01:00
|
|
|
$$APPSOURCEDIR/qtquickapp.h \
|
2011-02-05 23:08:59 +01:00
|
|
|
$$APPSOURCEDIR/html5app.h \
|
2010-09-16 14:11:15 +02:00
|
|
|
$$APPSOURCEDIR/abstractmobileapp.h
|
2010-09-13 18:29:46 +02:00
|
|
|
SOURCES += \
|
2011-02-06 16:23:02 +01:00
|
|
|
$$APPSOURCEDIR/qtquickapp.cpp \
|
2011-02-05 23:08:59 +01:00
|
|
|
$$APPSOURCEDIR/html5app.cpp \
|
2010-09-16 14:11:15 +02:00
|
|
|
$$APPSOURCEDIR/abstractmobileapp.cpp \
|
2010-11-15 22:14:14 +01:00
|
|
|
main.cpp \
|
|
|
|
|
helpers.cpp
|
2010-09-13 18:29:46 +02:00
|
|
|
INCLUDEPATH += $$APPSOURCEDIR
|