summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/testapps/testapp1/testapp1.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/tests/qtuitest/testapps/testapp1/testapp1.pro')
-rw-r--r--old/tests/qtuitest/testapps/testapp1/testapp1.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/old/tests/qtuitest/testapps/testapp1/testapp1.pro b/old/tests/qtuitest/testapps/testapp1/testapp1.pro
new file mode 100644
index 0000000..eedc1f0
--- /dev/null
+++ b/old/tests/qtuitest/testapps/testapp1/testapp1.pro
@@ -0,0 +1,27 @@
+SOURCES*=main.cpp
+TEMPLATE=app
+unix:!maemo* {
+ # avoid the need for make install on *nix
+ DESTDIR=$$BUILDROOT/bin
+}
+
+QT+=network
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA=1
+ TARGET.CAPABILITY += AllFiles ReadDeviceData ReadUserData SwEvent WriteUserData NetworkServices
+}
+
+win32 {
+ target.path=$$INSTALLROOT
+ INSTALLS+=target
+}
+
+mac {
+ CONFIG-=app_bundle
+}
+
+maemo5|maemo6 {
+ target.path = /usr/local/lib
+ INSTALLS += target
+}