File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ DEFS_EXPORT = CORE_EXPORT= GUI_EXPORT= PYTHON_EXPORT= ANALYSIS_EXPORT=
198
198
// use full flags instead of Xcode includes and defs,
199
199
// since these are needed in scripts also
200
200
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
201
202
QTDEFS_Debug = -DQT_DEBUG
202
203
QTDEFS_Release = -DQT_NO_DEBUG
203
204
QT_CXXFLAGS_APP = $(PGSQL_HAVE)
@@ -207,6 +208,7 @@ QT_LIB_NET = -framework QtNetwork
207
208
QT_LIB_XML = -framework QtXml
208
209
QT_LIB_SVG = -framework QtSvg
209
210
QT_LIB_SQL = -framework QtSql
211
+ QT_LIB_UITOOLS = -lQtUiTools
210
212
// convenience for all Qt:
211
213
QT_LIB = $(QT_LIB_CORE) $(QT_LIB_GUI) $(QT_LIB_NET) $(QT_LIB_XML) $(QT_LIB_SVG) $(QT_LIB_SQL)
212
214
// list of Qt frameworks used
You can’t perform that action at this time.
0 commit comments