626283740f
- Correct install path of widget examples to contain widgets directory in target tree. - Add missing resources. Task-number: QTBUG-27977 Change-Id: If4cb117998892b0b165d7678367553d3a7553b91 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
29 lines
884 B
Prolog
29 lines
884 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
chip \
|
|
elasticnodes \
|
|
embeddeddialogs \
|
|
collidingmice \
|
|
padnavigator \
|
|
basicgraphicslayouts \
|
|
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/widgets/graphicsview
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/graphicsview
|
|
INSTALLS += target sources
|
|
|
|
QT += widgets
|