64cb29a252
Change-Id: I2f97985db9e547c37db00c32b2e1a1658f076f75 Reviewed-on: http://codereview.qt.nokia.com/684 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
32 lines
928 B
Prolog
32 lines
928 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
chip \
|
|
elasticnodes \
|
|
embeddeddialogs \
|
|
collidingmice \
|
|
padnavigator \
|
|
basicgraphicslayouts
|
|
|
|
!symbian: SUBDIRS += \
|
|
diagramscene \
|
|
dragdroprobot \
|
|
flowlayout \
|
|
anchorlayout \
|
|
simpleanchorlayout \
|
|
weatheranchorlayout
|
|
|
|
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
|
|
|
|
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles2):{
|
|
SUBDIRS += boxes
|
|
}
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|
|
maemo5: CONFIG += qt_example
|