Changeset 3cadf24d00 in tspsg for tspsg.pro
- Timestamp:
- Jun 22, 2010, 3:38:24 PM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- e9db3e216b
- Parents:
- bcd2a3b47a
- git-author:
- Oleksii Serdiuk <contacts@…> (06/22/10 15:38:24)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:41:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
rbcd2a3b47a r3cadf24d00 18 18 19 19 TEMPLATE = app 20 21 # QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.5.sdk 20 22 21 23 # Versioning … … 50 52 51 53 # A hack to determine whether we have static or dynamic Qt build 52 unix:!symbian { 54 macx { 55 PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl 56 } else:symbian { 57 PRL = $$[QT_INSTALL_LIBS] QtCore.prl 58 } else:unix { 53 59 PRL = $$[QT_INSTALL_LIBS] libQtCore.prl 54 } else:unix {55 PRL = $$[QT_INSTALL_LIBS] QtCore.prl56 60 } else { 57 61 PRL = $$[QT_INSTALL_LIBS] QtCore.prl
Note: See TracChangeset
for help on using the changeset viewer.