Fix usage of QT_SOURCE_TREE
Functionality has been moved into qt_example.prf Change-Id: I81423eb4c5645f03b131932b2d37eceee9fea086 Reviewed-on: http://codereview.qt.nokia.com/371 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
dddfcd66f8
commit
ed5a7e22be
@ -11,4 +11,4 @@ symbian {
|
||||
TARGET.UID3 = 0xA000D7D1
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -11,4 +11,4 @@ symbian {
|
||||
TARGET.UID3 = 0xA000E3F5
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -10,4 +10,4 @@ symbian {
|
||||
TARGET.UID3 = 0xA000E3F7
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -11,4 +11,4 @@ symbian {
|
||||
TARGET.UID3 = 0xA000E3F8
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -24,4 +24,4 @@ symbian {
|
||||
TARGET.UID3 = 0xA000E3F9
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -14,7 +14,7 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,7 +11,7 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,4 +11,4 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -10,6 +10,6 @@ INSTALLS += target sources
|
||||
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -13,4 +13,4 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C615
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -15,5 +15,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000CF64
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -16,4 +16,4 @@ symbian {
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -27,4 +27,4 @@ wince*: {
|
||||
addFile.path = .
|
||||
DEPLOYMENT += addFile
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -8,5 +8,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -12,7 +12,7 @@ sources.files = $$SOURCES \
|
||||
fademessage.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/fademessage
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,6 +7,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lighting.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/lighting
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -19,7 +19,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000D7D0
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
maemo5: warning(This example does not work on Maemo platform)
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -8,7 +8,7 @@ INSTALLS += target sources
|
||||
|
||||
TARGET = anchorlayout
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -15,5 +15,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A645
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -17,5 +17,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A643
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -21,6 +21,6 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A642
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,6 +8,6 @@ QMAKE_PROJECT_NAME = flowlayout_graphicsview
|
||||
HEADERS += flowlayout.h window.h
|
||||
SOURCES += flowlayout.cpp main.cpp window.cpp
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -30,6 +30,6 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A644
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,6 +8,6 @@ INSTALLS += target sources
|
||||
|
||||
TARGET = simpleanchorlayout
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,6 +12,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES weatheranchorlayout.pro images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/weatheranchorlayout
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,6 +12,6 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -20,5 +20,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A646
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -18,5 +18,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A647
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -8,5 +8,5 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/combowidgetmapper
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -10,5 +10,5 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/fetchmore
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -8,5 +8,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/frozencolumn
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -19,5 +19,5 @@ wince* {
|
||||
DEPLOYMENT_PLUGIN += qjpeg qgif qtiff
|
||||
}
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -12,6 +12,6 @@ symbian {
|
||||
TARGET.UID3 = 0xA000CF66
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -25,9 +25,9 @@ CONFIG += console
|
||||
|
||||
symbian: {
|
||||
TARGET.CAPABILITY = NetworkServices ReadUserData
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -14,7 +14,7 @@ symbian {
|
||||
TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
|
||||
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -15,7 +15,7 @@ symbian {
|
||||
TARGET.CAPABILITY = "NetworkServices ReadUserData"
|
||||
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/googlesuggest
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -24,7 +24,7 @@ symbian {
|
||||
TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
|
||||
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -16,7 +16,7 @@ symbian {
|
||||
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
||||
TARGET.CAPABILITY="NetworkServices ReadUserData WriteUserData"
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -33,8 +33,8 @@ contains(QT_CONFIG, opengl) {
|
||||
message(OpenGL support is not available.)
|
||||
}
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -25,8 +25,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example does not work on Maemo platform)
|
||||
|
@ -25,13 +25,13 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es2
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
maemo5 {
|
||||
# Debian package name may not contain numbers or special characters
|
||||
# such as '_', lets change this in Maemo.
|
||||
TARGET = helloglestwo
|
||||
include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
|
@ -15,6 +15,6 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A649
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -14,5 +14,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A64A
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -13,5 +13,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A64B
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -15,5 +15,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A64C
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -14,7 +14,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A64D
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -15,6 +15,6 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
wince*: DEPLOYMENT_PLUGIN += qgif qjpeg qtiff
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -11,7 +11,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C60B
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -11,7 +11,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C60C
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -11,7 +11,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C60D
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -11,7 +11,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C60E
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -11,7 +11,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C60F
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -9,7 +9,7 @@ HEADERS = dbscreen.h
|
||||
SOURCES = dbscreendriverplugin.cpp \
|
||||
dbscreen.cpp
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS framebuffer.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/framebuffer
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/mousecalibration
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -11,8 +11,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/simpledecoration
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -17,8 +17,8 @@ SOURCES = svgalibscreen.cpp \
|
||||
svgalibpaintdevice.cpp \
|
||||
svgalibplugin.cpp
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -17,5 +17,5 @@ wince*: {
|
||||
addFiles.path = .
|
||||
DEPLOYMENT += addFiles
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -19,6 +19,6 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C612
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -19,7 +19,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000D7CF
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -11,6 +11,6 @@ INSTALLS += target sources
|
||||
|
||||
wince*: DEPLOYMENT_PLUGIN += qsqlite
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -6,7 +6,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS eventtransitions.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,7 +10,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS factorial.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/factorial
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
|
@ -10,7 +10,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pingpong.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/pingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example does not work on Symbian platform)
|
||||
|
@ -9,6 +9,6 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/rogue
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -6,6 +6,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS trafficlight.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/trafficlight
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -6,6 +6,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS twowaybutton.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/twowaybutton
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -12,6 +12,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mandelbrot.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS contiguouscache.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customcompleter.pro reso
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customcompleter.pro reso
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -17,4 +17,4 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
symbian:TARGET.EPOCALLOWDLLDATA = 1
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -23,4 +23,4 @@ INSTALLS += target sources
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
symbian:TARGET.EPOCALLOWDLLDATA = 1
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
@ -7,8 +7,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dials.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/dials
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fingerpaint.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/fingerpaint
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -7,8 +7,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS knobs.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/knobs
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -15,8 +15,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/pinchzoom
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part1.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part1
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part2.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part2
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part3.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part3
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -8,8 +8,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part4.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part4
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part5.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part5
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part6.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part6
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -10,8 +10,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part7.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part7
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -6,8 +6,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS childwidget.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/childwidget
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -6,8 +6,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS nestedlayouts.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/nestedlayouts
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -6,8 +6,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS toplevel.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/toplevel
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -6,8 +6,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windowlayout.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/windowlayout
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -14,5 +14,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000D7C1
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -12,5 +12,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000A64F
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -11,7 +11,7 @@ OTHER_FILES += applicationicon.svg \
|
||||
applicationicon.desktop
|
||||
|
||||
symbian {
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
# override icon
|
||||
ICON = applicationicon.svg
|
||||
TARGET.UID3 = 0xe9f919ee
|
||||
@ -20,7 +20,7 @@ symbian {
|
||||
}
|
||||
|
||||
maemo5 {
|
||||
include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
|
||||
# override icon from maemo5pkgrules.pri
|
||||
icon.files = $${TARGET}.png
|
||||
|
@ -14,5 +14,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C602
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
|
@ -12,7 +12,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C603
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -7,8 +7,8 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/codeeditor
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -21,10 +21,10 @@ symbian {
|
||||
TARGET.UID3 = 0xE2728354 # randomly generated
|
||||
TARGET.EPOCSTACKSIZE = 0x14000
|
||||
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -25,7 +25,7 @@ wince*: {
|
||||
}
|
||||
DEPLOYMENT += imageFiles
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -16,7 +16,7 @@ symbian: TARGET = imageviewerexample
|
||||
wince*: {
|
||||
DEPLOYMENT_PLUGIN += qjpeg qmng qgif
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -12,7 +12,7 @@ symbian {
|
||||
TARGET.UID3 = 0xA000C604
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
@ -17,7 +17,7 @@ wince*: {
|
||||
DEPLOYMENT_PLUGIN += qmng
|
||||
}
|
||||
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: CONFIG += qt_example
|
||||
|
||||
symbian: warning(This example might not fully work on Symbian platform)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user