summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module_fwdpri.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-03 14:19:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-16 18:34:06 +0200
commit311fe0e811f0f0f23cd3b3fac7ae919a65baadc6 (patch)
tree97d82df13d04e4b75317d96213a88f676ca131b9 /mkspecs/features/qt_module_fwdpri.prf
parent1329a5778364f966cf6c42ca4fb3ff9c09f39a2f (diff)
remove support for forwarding module pri creation via syncqt
now that all modules have migrated, this dead code can be removed. Change-Id: I5e9c7dd3fb271346d1b5f0e2930874da3e4d2d57 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'mkspecs/features/qt_module_fwdpri.prf')
-rw-r--r--mkspecs/features/qt_module_fwdpri.prf8
1 files changed, 0 insertions, 8 deletions
diff --git a/mkspecs/features/qt_module_fwdpri.prf b/mkspecs/features/qt_module_fwdpri.prf
index 9de255fc91..9a5abd77a8 100644
--- a/mkspecs/features/qt_module_fwdpri.prf
+++ b/mkspecs/features/qt_module_fwdpri.prf
@@ -11,12 +11,6 @@
# Permit modules to enforce being built outside QTDIR.
force_independent: mod_component_base = $$MODULE_BASE_OUTDIR
- # This check will be removed soon. Weird indentation to avoid reindenting the code later.
- syncprofile = $$cat($$MODULE_PROFILE_DIR/sync.profile, lines)
- contains(syncprofile, "^%modulepris.*") {
- MODULE_FWD_PRI = $$mod_qmake_base/mkspecs/modules/$$replace(MODULE_PRI, ^.*/,)
- } else {
-
MODULE_FWD_PRI = $$mod_qmake_base/mkspecs/modules/qt_$${MODULE}.pri
# Create a forwarding module .pri file
@@ -31,8 +25,6 @@
write_file($$MODULE_FWD_PRI, MODULE_FWD_PRI_CONT)|error("Aborting.")
touch($$MODULE_FWD_PRI, $$MODULE_PRI)
- } # create forwarding module pris
-
# Then, inject the new module into the current cache state
!contains(QMAKE_INTERNAL_INCLUDED_FILES, $$MODULE_PRI) { # before the actual include()!
added = $$MODULE_PRI $$MODULE_FWD_PRI