summaryrefslogtreecommitdiffstats
path: root/old/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro')
-rw-r--r--old/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro b/old/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro
new file mode 100644
index 0000000..ef73695
--- /dev/null
+++ b/old/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro
@@ -0,0 +1,19 @@
+TEMPLATE=app
+CONFIG+=unittest
+QT = core
+TARGET=tst_qalternatestack
+CONFIG += qtestlib
+
+CONFIG-=debug_and_release_target
+
+SOURCES+= \
+ tst_qalternatestack.cpp
+
+include($$SRCROOT/libqtuitest/libqtuitest.pri)
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file