Changeset cc5c5108a3 in tspsg for tspsg.pro
- Timestamp:
- Feb 18, 2011, 8:14:47 PM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 8dcf4701e6
- Parents:
- bfe1e5e2ea
- git-author:
- Oleksii Serdiuk <contacts@…> (02/18/11 20:14:47)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
rbfe1e5e2ea rcc5c5108a3 42 42 43 43 #REVISION = 145 44 REVISION = $$system(svnversion) 44 isEmpty(REVISION) { 45 REVISION = $$system(svnversion) 46 } 45 47 isEmpty(REVISION)|isEqual(REVISION,exported) { 46 48 REVISION = 0 … … 64 66 macx { 65 67 PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl 66 } else:symbian {67 PRL = $$[QT_INSTALL_LIBS] QtCore.prl68 } else:symbian|maemo* { 69 # Nothing here 68 70 } else:unix { 69 71 PRL = $$[QT_INSTALL_LIBS] libQtCore.prl … … 71 73 PRL = $$[QT_INSTALL_LIBS] QtCore.prl 72 74 } 73 include($$join(PRL, "/")) 74 contains(QMAKE_PRL_CONFIG, static) { 75 # We "embed" SVG icon support on static build 76 DEFINES += STATIC_BUILD 77 # !nosvg:QTPLUGIN += qsvgicon 75 !isEmpty(PRL) { 76 include($$join(PRL, "/")) 77 contains(QMAKE_PRL_CONFIG, static) { 78 # We "embed" SVG icon support on static build 79 DEFINES += STATIC_BUILD 80 # !nosvg:QTPLUGIN += qsvgicon 81 } 78 82 } 79 83 … … 105 109 include(tspsg.pri) 106 110 107 # Installation and deployment 111 # Installation and deployment rules 108 112 include(install.pri)
Note: See TracChangeset
for help on using the changeset viewer.