summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/QtLauncher/QtLauncher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/QtLauncher/QtLauncher.pro')
-rw-r--r--WebKit/qt/QtLauncher/QtLauncher.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/WebKit/qt/QtLauncher/QtLauncher.pro b/WebKit/qt/QtLauncher/QtLauncher.pro
deleted file mode 100644
index 133869c..0000000
--- a/WebKit/qt/QtLauncher/QtLauncher.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = app
-SOURCES += main.cpp
-CONFIG -= app_bundle
-CONFIG += uitools
-DESTDIR = ../../../bin
-
-include(../../../WebKit.pri)
-
-QT += network
-macx:QT+=xml
-QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
-
-symbian {
- TARGET.UID3 = 0xA000E543
- TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
-}