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


Ignore:
Timestamp:
Sep 14, 2010, 8:51:50 PM (14 years ago)
Author:
laleppa
Message:

Moved to using 32x32 icons on handheld platforms and SVG on desktop ones.
This makes handheld version smaller in size.
128x128 PNG icons are still used if CONFIG+=nosvg parameter is given to qmake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r124 r136  
    4040REVISION = $$replace(REVISION,"M","")
    4141#VERSION = $$sprintf("%1.%2.%3.%4",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR,$$BUILD_RELEASE,$$REVISION)
    42 win32-msvc* {
     42win32-msvc*|wincewm* {
    4343        VERSION = $$sprintf("%1.%2",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR)
    4444} else {
     
    6363include($$join(PRL, "/"))
    6464contains(QMAKE_PRL_CONFIG, static) {
    65 # We "embed" JPEG and TIFF support on static build
     65        # We "embed" SVG icon, JPEG and TIFF support on static build
    6666        DEFINES += STATIC_BUILD
    6767#       QTPLUGIN += qjpeg qtiff
     68#       !nosvg:QTPLUGIN += qsvgicon
    6869}
    6970
Note: See TracChangeset for help on using the changeset viewer.