summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-10 14:29:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-30 18:13:15 +0000
commit04bd0d5d937634510b31ab0d15e05ce1e879a0aa (patch)
tree442b4529c31c6f15d9557466c63909fc4e1df69d /tools
parent045eb6ddd2dfbdce8429dddabbacf3ea1d89d388 (diff)
remove obsolete hack for framework build
Change-Id: Idfb1e773433ef61d4f74ea15e7d25f5f43957132 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/repc.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/repc/repc.pro b/tools/repc/repc.pro
index 8541ae7..03db59f 100644
--- a/tools/repc/repc.pro
+++ b/tools/repc/repc.pro
@@ -12,14 +12,6 @@ CONFIG += qlalr
QLALRSOURCES += $$QTRO_SOURCE_TREE/src/repparser/parser.g
INCLUDEPATH += $$QTRO_SOURCE_TREE/src/repparser
-# fix includes when Qt5 was installed as framework (see qt_functions.prf, keyword FRAMEWORK_INCLUDE)
-osx:contains(QT_CONFIG, qt_framework) {
- QMAKE_FRAMEWORKPATH += $$QT.core.libs
- INCLUDEPATH += $$QT.core.libs/QtCore.framework/Headers \
- $$QT.core.libs/QtCore.framework/Headers/$$QT.core.VERSION \
- $$QT.core.libs/QtCore.framework/Headers/$$QT.core.VERSION/QtCore
-}
-
SOURCES += \
main.cpp \
repcodegenerator.cpp \