An error occurred while loading the file. Please try again.
-
Oswald Buddenhagen authored
amends 0d517025 . Change-Id: Ifa178d38f602bb7c66ef13334673ff47e332af5b Reviewed-by:
Jørgen Lind <jorgen.lind@digia.com> Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
a4ec9017
widgets.pro 837 B
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(es2)?) {
SUBDIRS += windowcontainer
}
!contains(QT_CONFIG, opengl(es2)?): SUBDIRS -= windowcontainer
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= draganddrop
mac:SUBDIRS += mac