Changeset 121 in tspsg-svn for trunk/tspsg.pro


Ignore:
Timestamp:
Jun 22, 2010, 3:38:24 PM (14 years ago)
Author:
laleppa
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r118 r121  
    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.