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


Ignore:
Timestamp:
Dec 7, 2009, 5:06:44 PM (14 years ago)
Author:
laleppa
Message:

+ Toolbar state and position is now saved and restored with Main Window state and position.

  • Made some small improvements to the code.
  • Fixed some errors in the documentation.
  • Made source code more "documentation friendly".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r61 r71  
    1111######################################################################
    1212
     13QT += svg
     14
    1315TEMPLATE = app
    1416TARGET = tspsg
    1517DEPENDPATH += .
    1618INCLUDEPATH += .
     19
     20# A hack to determine whether we have static or dynamic Qt build
     21PRL = $$[QT_INSTALL_LIBS] QtCore.prl
     22include($$join(PRL, "/"))
     23contains(QMAKE_PRL_CONFIG, static) {
     24# We "embed" SVG and JPEG support on static build
     25        QTPLUGIN += qjpeg qsvg
     26        DEFINES += STATIC_BUILD
     27}
    1728
    1829CONFIG(release, debug|release) {
Note: See TracChangeset for help on using the changeset viewer.