Changeset fddcfa4b55 in tspsg for tspsg.pro
- Timestamp:
- Apr 15, 2011, 4:21:25 AM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 27b1dca32b
- Parents:
- 8f2427aaf0
- git-author:
- Oleksii Serdiuk <contacts@…> (04/15/11 04:21:25)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
r8f2427aaf0 rfddcfa4b55 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.