summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-24 11:28:19 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-01-14 15:46:38 +0000
commitc1dc4aaa3b9ec08510ef4246b779d999391a3b3d (patch)
tree55870a30fd690ab5962a91373433529b055ef573 /tools
parent27c07d859a9704bab78b989297b2d9ce5629aeef (diff)
remove workaround for framework builds
the bootstrap library is supposed to work out of the box now. Change-Id: Ida1d181b55a37dc9f1b049bc2586aca5a9d9dc9c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qgltf/qgltf.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/qgltf/qgltf.pro b/tools/qgltf/qgltf.pro
index de0f1cdd5..a61607204 100644
--- a/tools/qgltf/qgltf.pro
+++ b/tools/qgltf/qgltf.pro
@@ -5,14 +5,4 @@ SOURCES = qgltf.cpp
include(../../src/3rdparty/assimp/assimp_dependency.pri)
-force_bootstrap {
- # Fix for using bootstrap module on OSX outside of qtbase
- contains(QT_CONFIG, qt_framework) {
- # Add framework headers directly to make bootstrap lib work
- INCLUDEPATH += $$QT.core.libs/QtCore.framework/Headers
- # Extend framework search path to make #include <QtCore/*> work
- QMAKE_CXXFLAGS += -F$$QT.core.libs
- }
-}
-
load(qt_tool)