summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-20 17:07:52 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 09:39:51 +0200
commitcaa22630510fb625f9c2ed18660cb56eb585137c (patch)
tree8d2f70ab3f6ed1c693fdc96e19ce75a1ca07eb8d /mkspecs/features/win32
parent30d1522b7a0ae99384457638ba875605705b786d (diff)
use real qmakespec as basis for finding features
doesn't make much of a difference on unix (as the default specs are just symlinks). on windows, it makes the gross hack used for finding spec-specific wince default_post.prfs unnecessary. Change-Id: Id403dce5be487e1ae22c1f54b8095a6afdd98bc8 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/features/win32')
-rw-r--r--mkspecs/features/win32/default_post.prf11
1 files changed, 0 insertions, 11 deletions
diff --git a/mkspecs/features/win32/default_post.prf b/mkspecs/features/win32/default_post.prf
deleted file mode 100644
index a1d8b52da9..0000000000
--- a/mkspecs/features/win32/default_post.prf
+++ /dev/null
@@ -1,11 +0,0 @@
-!isEmpty(CE_ARCH) {
- QMAKESPEC_DIR = $$QMAKESPEC
- exists($$QMAKESPEC_DIR/default_post.prf) {
- isEmpty(QMAKESPEC_DIR):QMAKESPEC_DIR = $$QMAKESPEC_ORIGINAL
- !isEmpty(QMAKESPEC_DIR):load($$QMAKESPEC_DIR/default_post.prf)
- }
-}
-
-# Now load the global default_post
-load(default_post)
-