From 342f67fa85df0fbd60f7ea8947d6cfbf4692fe63 Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 12 Mar 2012 16:51:41 +0100 Subject: Move everything releated to testing into tests. Change-Id: I28fc488b3de03a8561888969336f2ebc62a97bb0 Reviewed-by: Tim Jenssen --- tests/fileengineclient/fileengineclient.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/fileengineclient/fileengineclient.pro (limited to 'tests/fileengineclient/fileengineclient.pro') 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 -- cgit v1.2.3