Changeset fddcfa4b55 in tspsg for tspsg.pro


Ignore:
Timestamp:
Apr 15, 2011, 4:21:25 AM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
27b1dca32b
Parents:
8f2427aaf0
git-author:
Oleksii Serdiuk <contacts@…> (04/15/11 04:21:25)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
Message:
  • Removed static build detection as it caused some troubles with Qt Creator and Symbian on-device debugging. Not that much needed, anyway :-)
  • FIX: No Cancel option in Unsaved Changes dialog under Symbian (fixed bug:7).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    r8f2427aaf0 rfddcfa4b55  
    6363    BUILD_NUMBER=$$REVISION
    6464
    65 # A hack to determine whether we have static or dynamic Qt build
    66 macx {
    67     PRL = $$[QT_INSTALL_LIBS] QtCore.framework QtCore.prl
    68 } else:symbian|maemo*|simulator {
    69     # Nothing here
    70 } else:unix {
    71     PRL = $$[QT_INSTALL_LIBS] libQtCore.prl
    72 } else {
    73     PRL = $$[QT_INSTALL_LIBS] QtCore.prl
    74 }
    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     }
    82 }
    83 
    8465CONFIG(release, debug|release) {
    8566    OBJECTS_DIR = release
Note: See TracChangeset for help on using the changeset viewer.