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


Ignore:
Timestamp:
Oct 3, 2010, 2:01:00 PM (14 years ago)
Author:
laleppa
Message:

+ Added support for Simulator from Nokia Qt SDK

  • Made some Maemo related tweaks
  • Removed ids for unsupported OSs from os.h (i.e., MSDOS, OS/2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r139 r141  
    1515} else {
    1616        DEFINES += NOSVG
     17}
     18
     19wincewm*|symbian|maemo*|simulator {
     20        CONFIG += handheld
    1721}
    1822
     
    9195
    9296# Include 3rd party libraries
    93 !wincewm*:!symbian {
     97!handheld {
    9498        include(src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.pri)
    9599}
Note: See TracChangeset for help on using the changeset viewer.