Changeset 163 in tspsg-svn for trunk/tspsg.pro
- Timestamp:
- Apr 15, 2011, 4:21:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tspsg.pro
r157 r163 63 63 BUILD_NUMBER=$$REVISION 64 64 65 # A hack to determine whether we have static or dynamic Qt build66 macx {67 PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl68 } else:symbian|maemo*|simulator {69 # Nothing here70 } else:unix {71 PRL = $$[QT_INSTALL_LIBS] libQtCore.prl72 } else {73 PRL = $$[QT_INSTALL_LIBS] QtCore.prl74 }75 !isEmpty(PRL) {76 include($$join(PRL, "/"))77 contains(QMAKE_PRL_CONFIG, static) {78 # We "embed" SVG icon support on static build79 DEFINES += STATIC_BUILD80 # !nosvg:QTPLUGIN += qsvgicon81 }82 }83 84 65 CONFIG(release, debug|release) { 85 66 OBJECTS_DIR = release
Note: See TracChangeset
for help on using the changeset viewer.