summaryrefslogtreecommitdiffstats
path: root/examples/downloadspeed/downloadspeed.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-15 14:53:47 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-19 16:14:04 +0100
commitbe3b47d0d504a3409ce66bd77bb8c0acff87c4f5 (patch)
tree09dfb02d484a4f395991972b828da71400fb761a /examples/downloadspeed/downloadspeed.pro
parent9fd62353cf7f973d78cd2093328ac15b5c4980b6 (diff)
Reorganize the tree, have better ifw.pri. Shadow build support.
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'examples/downloadspeed/downloadspeed.pro')
-rw-r--r--examples/downloadspeed/downloadspeed.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/downloadspeed/downloadspeed.pro b/examples/downloadspeed/downloadspeed.pro
deleted file mode 100644
index 820753e79..000000000
--- a/examples/downloadspeed/downloadspeed.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-include(../../installerbuilder/libinstaller/libinstaller.pri)
-DEPENDPATH += . .. ../../installerbuilder/libinstaller
-INCLUDEPATH += . .. ../../installerbuilder/libinstaller
-
-TEMPLATE = app
-CONFIG += console
-CONFIG -= app_bundle
-TARGET = downloadspeed
-
-QT -= gui
-QT += core network
-LIBS = -L$$OUT_PWD/../../installerbuilder/lib -linstaller $$LIBS
-
-SOURCES += main.cpp