Skip to content

Commit 525266c

Browse files
author
kyngchaos
committed
UITools (r12077)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12083 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 650c738 commit 525266c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mac/xcode/qgis_settings.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ DEFS_EXPORT = CORE_EXPORT= GUI_EXPORT= PYTHON_EXPORT= ANALYSIS_EXPORT=
198198
// use full flags instead of Xcode includes and defs,
199199
// since these are needed in scripts also
200200
QT_CXXFLAGS = -DQT_DLL -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII $(QTDEFS_$(CONFIGURATION)) -I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers -I/Library/Frameworks/QtNetwork.framework/Headers -I/Library/Frameworks/QtSql.framework/Headers -I/Library/Frameworks/QtSvg.framework/Headers -I/Library/Frameworks/QtXml.framework/Headers
201+
QT_INC_UITOOLS = /usr/include/QtUiTools
201202
QTDEFS_Debug = -DQT_DEBUG
202203
QTDEFS_Release = -DQT_NO_DEBUG
203204
QT_CXXFLAGS_APP = $(PGSQL_HAVE)
@@ -207,6 +208,7 @@ QT_LIB_NET = -framework QtNetwork
207208
QT_LIB_XML = -framework QtXml
208209
QT_LIB_SVG = -framework QtSvg
209210
QT_LIB_SQL = -framework QtSql
211+
QT_LIB_UITOOLS = -lQtUiTools
210212
// convenience for all Qt:
211213
QT_LIB = $(QT_LIB_CORE) $(QT_LIB_GUI) $(QT_LIB_NET) $(QT_LIB_XML) $(QT_LIB_SVG) $(QT_LIB_SQL)
212214
// list of Qt frameworks used

0 commit comments

Comments
 (0)