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:
parent
64cb29a252
commit
ebfbac6145
@ -2,10 +2,10 @@ SOURCES = digiflip.cpp
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000CF72
|
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.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/digiflip
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
|
||||||
INSTALLS += target sources
|
INSTALLS += target sources
|
||||||
|
@ -6,7 +6,7 @@ SUBDIRS += flightinfo
|
|||||||
|
|
||||||
# install
|
# install
|
||||||
sources.files = README *.pro
|
sources.files = README *.pro
|
||||||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded
|
||||||
INSTALLS += sources
|
INSTALLS += sources
|
||||||
|
|
||||||
symbian: CONFIG += qt_demo
|
symbian: CONFIG += qt_demo
|
||||||
|
@ -3,10 +3,10 @@ HEADERS = flickable.h
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000CF73
|
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.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flickable
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
|
||||||
INSTALLS += target sources
|
INSTALLS += target sources
|
||||||
|
@ -7,11 +7,11 @@ QT += network
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000CF74
|
TARGET.UID3 = 0xA000CF74
|
||||||
CONFIG += qt_demo
|
CONFIG += qt_example
|
||||||
TARGET.CAPABILITY = NetworkServices
|
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.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
|
INSTALLS += target sources
|
||||||
|
@ -10,12 +10,12 @@ QT += network
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000CF75
|
TARGET.UID3 = 0xA000CF75
|
||||||
CONFIG += qt_demo
|
CONFIG += qt_example
|
||||||
TARGET.CAPABILITY = NetworkServices
|
TARGET.CAPABILITY = NetworkServices
|
||||||
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
|
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.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
|
INSTALLS += target sources
|
||||||
|
@ -4,10 +4,10 @@ RESOURCES += raycasting.qrc
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000CF76
|
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.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
|
INSTALLS += target sources
|
||||||
|
@ -48,6 +48,8 @@ symbian: SUBDIRS = \
|
|||||||
SUBDIRS += multimedia
|
SUBDIRS += multimedia
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
|
||||||
|
|
||||||
embedded:SUBDIRS += qws
|
embedded:SUBDIRS += qws
|
||||||
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
|
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
|
||||||
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user