Changeset 136 in tspsg-svn for trunk/install.pri


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/install.pri

    r132 r136  
    5858                        $$[QT_INSTALL_BINS]/libgcc_s_dw2-1.dll
    5959        }
     60        iconengines.files = $$[QT_INSTALL_PLUGINS]/iconengines/qsvgicon$${D}4.dll
     61        iconengines.path = $$PREFIX/TSPSG/iconengines
    6062        imageformats.files = $$[QT_INSTALL_PLUGINS]/imageformats/qjpeg$${D}4.dll \
    6163                $$[QT_INSTALL_PLUGINS]/imageformats/qtiff$${D}4.dll
    6264        imageformats.path = $$PREFIX/TSPSG/imageformats
    63         INSTALLS += imageformats
     65        INSTALLS += iconengines imageformats
    6466}
    6567
Note: See TracChangeset for help on using the changeset viewer.