Changeset cc5c5108a3 in tspsg for tspsg.pro


Ignore:
Timestamp:
Feb 18, 2011, 8:14:47 PM (13 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Fixed some errors in the tspsg.desktop file and tweaked project files a little...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    rbfe1e5e2ea rcc5c5108a3  
    4242
    4343#REVISION = 145
    44 REVISION = $$system(svnversion)
     44isEmpty(REVISION) {
     45        REVISION = $$system(svnversion)
     46}
    4547isEmpty(REVISION)|isEqual(REVISION,exported) {
    4648        REVISION = 0
     
    6466macx {
    6567        PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl
    66 } else:symbian {
    67         PRL = $$[QT_INSTALL_LIBS] QtCore.prl
     68} else:symbian|maemo* {
     69        # Nothing here
    6870} else:unix {
    6971        PRL = $$[QT_INSTALL_LIBS] libQtCore.prl
     
    7173        PRL = $$[QT_INSTALL_LIBS] QtCore.prl
    7274}
    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        }
    7882}
    7983
     
    105109include(tspsg.pri)
    106110
    107 # Installation and deployment
     111# Installation and deployment rules
    108112include(install.pri)
Note: See TracChangeset for help on using the changeset viewer.