summaryrefslogtreecommitdiffstats
path: root/examples/gui/gui.pro
blob: b8080c207518784b588e437bfbe8e868479bd1d8 (plain)
1
2
3
4
5
6
7
8
9
10
requires(qtHaveModule(gui))

TEMPLATE     = subdirs
QT_FOR_CONFIG += gui
CONFIG += no_docs_target

SUBDIRS += analogclock
SUBDIRS += rasterwindow
qtHaveModule(gui):qtConfig(opengl): \
    SUBDIRS += openglwindow