summaryrefslogtreecommitdiffstats
path: root/examples/testapp/testapp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testapp/testapp.pro')
-rw-r--r--examples/testapp/testapp.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/testapp/testapp.pro b/examples/testapp/testapp.pro
new file mode 100644
index 000000000..f32b09f0a
--- /dev/null
+++ b/examples/testapp/testapp.pro
@@ -0,0 +1,19 @@
+TEMPLATE = app
+TARGET =
+
+include( ../../installerbuilder/libinstaller/libinstaller.pri )
+LIBS = -L$$OUT_PWD/../../installerbuilder/lib -linstaller $$LIBS
+
+DESTDIR = packages/com.nokia.testapp/data
+
+QT += script network xml sql
+CONFIG += uitools help
+QTPLUGIN += qsqlite
+
+# Input
+HEADERS += mainwindow.h
+SOURCES += main.cpp mainwindow.cpp
+RESOURCES += testapp.qrc
+
+macx:QMAKE_POST_LINK = ($$OUT_PWD/../../installerbuilder/bin/binarycreator -p packages -c config -t ../../installerbuilder/bin/installerbase TestAppInstaller.app com.nokia.testapp)
+win32:QMAKE_POST_LINK = ($$OUT_PWD\..\..\installerbuilder\bin\binarycreator.exe -p $$PWD\packages -c $$PWD\config -t $$OUT_PWD\..\..\installerbuilder\bin\installerbase.exe TestAppInstaller.exe com.nokia.testapp)