0b26ad05bb
Update pro files after move gestures folder Update snippet statements Corrected path in imagegestures.pro Task-number: QTBUG-34749 Change-Id: Icc19908914e36507e412ab63bf0cc2809aa48e17 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
33 lines
845 B
Prolog
33 lines
845 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
effects \
|
|
gestures \
|
|
graphicsview \
|
|
itemviews \
|
|
layouts \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
scroller \
|
|
statemachine \
|
|
tools \
|
|
tutorials \
|
|
widgets
|
|
|
|
contains(QT_CONFIG, opengl(es1|es2)?) {
|
|
SUBDIRS += windowcontainer
|
|
}
|
|
|
|
!contains(QT_CONFIG, opengl(es1|es2)?): SUBDIRS -= windowcontainer
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= draganddrop
|
|
mac:SUBDIRS += mac
|