Changeset 3cadf24d00 in tspsg for tspsg.pro


Ignore:
Timestamp:
Jun 22, 2010, 3:38:24 PM (14 years ago)
Author:
Oleksii Serdiuk
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)
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    rbcd2a3b47a r3cadf24d00  
    1818
    1919TEMPLATE = app
     20
     21# QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.5.sdk
    2022
    2123# Versioning
     
    5052
    5153# A hack to determine whether we have static or dynamic Qt build
    52 unix:!symbian {
     54macx {
     55        PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl
     56} else:symbian {
     57        PRL = $$[QT_INSTALL_LIBS] QtCore.prl
     58} else:unix {
    5359        PRL = $$[QT_INSTALL_LIBS] libQtCore.prl
    54 } else:unix {
    55         PRL = $$[QT_INSTALL_LIBS] QtCore.prl
    5660} else {
    5761        PRL = $$[QT_INSTALL_LIBS] QtCore.prl
Note: See TracChangeset for help on using the changeset viewer.