summaryrefslogtreecommitdiffstats
path: root/tests/fileengineclient/fileengineclient.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-12 16:51:41 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 11:43:41 +0100
commit342f67fa85df0fbd60f7ea8947d6cfbf4692fe63 (patch)
treed689f011a386f6629a41cf459f831aaee4057c37 /tests/fileengineclient/fileengineclient.pro
parent6559f16ee3a5f7d56048d14c5c25ddfaa4c6df83 (diff)
Move everything releated to testing into tests.
Change-Id: I28fc488b3de03a8561888969336f2ebc62a97bb0 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'tests/fileengineclient/fileengineclient.pro')
-rw-r--r--tests/fileengineclient/fileengineclient.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/fileengineclient/fileengineclient.pro b/tests/fileengineclient/fileengineclient.pro
new file mode 100644
index 000000000..8946813ae
--- /dev/null
+++ b/tests/fileengineclient/fileengineclient.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+DEPENDPATH += . .. ../../installerbuilder/common
+INCLUDEPATH += . ..
+
+DESTDIR = ../../installerbuilder/bin
+
+CONFIG += console
+CONFIG -= app_bundle
+
+QT += network
+
+include(../../installerbuilder/libinstaller/libinstaller.pri)
+
+# Input
+SOURCES += fileengineclient.cpp
+
+LIBS = -L../../installerbuilder/lib -linstaller $$LIBS