qtmobility/examples/examples.pri
changeset 4 90517678cc4f
parent 0 cfcbf08528c4
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 include(../staticconfig.pri)
     1 include(../staticconfig.pri)
     2         
     2         
     3 !contains(build_examples, yes):error(Please use the -examples configure switch to enable building of examples)
       
     4 
       
     5 win32:contains(CONFIG_WIN32,build_all):Win32DebugAndRelease=yes
     3 win32:contains(CONFIG_WIN32,build_all):Win32DebugAndRelease=yes
     6 mac | contains(Win32DebugAndRelease,yes) {
     4 mac | contains(Win32DebugAndRelease,yes) {
     7     #due to different debug/release library names we have to comply with 
     5     #due to different debug/release library names we have to comply with 
     8     #whatever Qt does
     6     #whatever Qt does
     9     !contains(QT_CONFIG,debug)|!contains(QT_CONFIG,release) {
     7     !contains(QT_CONFIG,debug)|!contains(QT_CONFIG,release) {
    41     DEFINES+= QTM_EXAMPLES_PREFER_LANDSCAPE
    39     DEFINES+= QTM_EXAMPLES_PREFER_LANDSCAPE
    42 }
    40 }
    43 symbian {
    41 symbian {
    44     DEFINES+= QTM_EXAMPLES_SMALL_SCREEN
    42     DEFINES+= QTM_EXAMPLES_SMALL_SCREEN
    45 }
    43 }
    46 maemo* {
       
    47     LIBS += -L/opt/qt4-maemo5/lib
       
    48     QMAKE_LFLAGS += -Wl,-rpath,/opt/qt4-maemo5/lib
       
    49 }