summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/symbian/qt.prf')
-rw-r--r--mkspecs/features/symbian/qt.prf13
1 files changed, 0 insertions, 13 deletions
diff --git a/mkspecs/features/symbian/qt.prf b/mkspecs/features/symbian/qt.prf
deleted file mode 100644
index c376b642d1..0000000000
--- a/mkspecs/features/symbian/qt.prf
+++ /dev/null
@@ -1,13 +0,0 @@
-contains(DEFINES, QT_MAKEDLL)|contains(DEFINES, QT_DLL) {
- CONFIG *= epocallowdlldata
-}
-
-CONFIG += qtmain
-
-load(qt)
-
-# Workaround for the fact that Gnupoc and Symbian chose different approaches to
-# the letter casing of headers.
-contains(CONFIG, is_using_gnupoc) {
- INCLUDEPATH += $${PWD}/../../common/symbian/header-wrappers
-}