qtmobility/staticconfig.pri
branchRCL_3
changeset 9 5d007b20cfd0
parent 8 885c2596c964
child 10 cd2778e5acfe
--- a/qtmobility/staticconfig.pri	Thu Aug 19 10:43:30 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#
-# Fix up QT_MOBILITY_SOURCE_TREE if it isn't defined
-#
-# Symbian MCL builds do not run configure and hence don't have 
-# .qmake.cache which set QT_MOBILITY_SOURCE_TREE and 
-# QT_MOBILITY_BUILD_TREE. Therefore we need to define a fallback.
-# This has the disadvantage that shadow builds are not supported for symbian
-# but they are on other platforms.
-
-
-isEmpty(QT_MOBILITY_SOURCE_TREE):QT_MOBILITY_SOURCE_TREE = $$PWD 
-isEmpty(QT_MOBILITY_BUILD_TREE):QT_MOBILITY_BUILD_TREE = $$PWD 
-
-#now include the dynamic config
-include($$QT_MOBILITY_BUILD_TREE/config.pri)