Changeset d45b48efe9 in tspsg for tspsg.pro


Ignore:
Timestamp:
Mar 12, 2011, 8:39:19 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian
Parents:
7fd1756f1e
git-author:
Oleksii Serdiuk <contacts@…> (03/12/11 20:39:19)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

Initial Symbian port.

Version 0.1.3.145-beta1, as published in the Nokia Ovi Store.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    r7fd1756f1e rd45b48efe9  
    6464        PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl
    6565} else:symbian {
    66         PRL = $$[QT_INSTALL_LIBS] QtCore.prl
     66#       PRL = $$[QT_INSTALL_LIBS] QtCore.prl
    6767} else:unix {
    6868        PRL = $$[QT_INSTALL_LIBS] libQtCore.prl
     
    7070        PRL = $$[QT_INSTALL_LIBS] QtCore.prl
    7171}
    72 include($$join(PRL, "/"))
    73 contains(QMAKE_PRL_CONFIG, static) {
    74         # We "embed" SVG icon support on static build
    75         DEFINES += STATIC_BUILD
    76 #       !nosvg:QTPLUGIN += qsvgicon
     72!isEmpty(PRL) {
     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
     78        }
    7779}
    7880
Note: See TracChangeset for help on using the changeset viewer.