qt5base-lts/examples/examples.pro
Lars Knoll f9748f8cce Remove uilib and QtUiTools from QtBase
The code gets moved into the qttools repository,
where it belongs naturally.

Change-Id: Ia50bfe212ead3365d5c3bcb24d2c5e92e2e9de8e
2011-09-13 20:11:40 +02:00

66 lines
1.6 KiB
Prolog

Qt += widgets
TEMPLATE = subdirs
SUBDIRS = \
network \
statemachine \
threads \
xml
!contains(QT_CONFIG, no-gui) {
SUBDIRS += \
animation \
desktop \
dialogs \
draganddrop \
effects \
graphicsview \
ipc \
itemviews \
layouts \
linguist \
mainwindows \
painting \
richtext \
scroller \
sql \
tools \
tutorials \
widgets \
touch \
gestures
}
symbian: SUBDIRS = \
graphicsview \
itemviews \
network \
painting \
widgets \
draganddrop \
mainwindows \
sql \
animation \
gestures \
xml
qpa:SUBDIRS += qpa
wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
embedded:SUBDIRS += qws
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, dbus): SUBDIRS += dbus
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]
INSTALLS += sources
symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example