From be3b47d0d504a3409ce66bd77bb8c0acff87c4f5 Mon Sep 17 00:00:00 2001 From: kh1 Date: Thu, 15 Mar 2012 14:53:47 +0100 Subject: Reorganize the tree, have better ifw.pri. Shadow build support. Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen --- tests/downloadspeed/downloadspeed.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/downloadspeed/downloadspeed.pro (limited to 'tests/downloadspeed/downloadspeed.pro') diff --git a/tests/downloadspeed/downloadspeed.pro b/tests/downloadspeed/downloadspeed.pro new file mode 100644 index 000000000..2ee3923f1 --- /dev/null +++ b/tests/downloadspeed/downloadspeed.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +DEPENDPATH += . .. +INCLUDEPATH += . .. +TARGET = downloadspeed + +include(../../installerfw.pri) + +QT -= gui +QT += network +LIBS += -linstaller + +CONFIG += console +CONFIG -= app_bundle +DESTDIR = $$IFW_APP_PATH + +SOURCES += main.cpp -- cgit v1.2.3