Add the embedded demos-examples to the build.

Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf
Reviewed-on: http://codereview.qt.nokia.com/686
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
This commit is contained in:
Casper van Donderen 2011-06-23 16:59:09 +02:00 committed by Qt by Nokia
parent 64cb29a252
commit ebfbac6145
7 changed files with 18 additions and 16 deletions

View File

@ -2,10 +2,10 @@ SOURCES = digiflip.cpp
symbian {
TARGET.UID3 = 0xA000CF72
CONFIG += qt_demo
CONFIG += qt_example
}
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/digiflip
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/digiflip
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
INSTALLS += target sources

View File

@ -6,7 +6,7 @@ SUBDIRS += flightinfo
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded
INSTALLS += sources
symbian: CONFIG += qt_demo

View File

@ -3,10 +3,10 @@ HEADERS = flickable.h
symbian {
TARGET.UID3 = 0xA000CF73
CONFIG += qt_demo
CONFIG += qt_example
}
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flickable
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flickable
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
INSTALLS += target sources

View File

@ -7,11 +7,11 @@ QT += network
symbian {
TARGET.UID3 = 0xA000CF74
CONFIG += qt_demo
CONFIG += qt_example
TARGET.CAPABILITY = NetworkServices
}
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flightinfo
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flightinfo
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
INSTALLS += target sources

View File

@ -10,12 +10,12 @@ QT += network
symbian {
TARGET.UID3 = 0xA000CF75
CONFIG += qt_demo
CONFIG += qt_example
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/lightmaps
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/lightmaps
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps
INSTALLS += target sources

View File

@ -4,10 +4,10 @@ RESOURCES += raycasting.qrc
symbian {
TARGET.UID3 = 0xA000CF76
CONFIG += qt_demo
CONFIG += qt_example
}
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
INSTALLS += target sources

View File

@ -48,6 +48,8 @@ symbian: SUBDIRS = \
SUBDIRS += multimedia
}
wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
embedded:SUBDIRS += qws
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
contains(QT_CONFIG, opengl): SUBDIRS += opengl