11 lines
212 B
Prolog
11 lines
212 B
Prolog
|
requires(qtHaveModule(gui))
|
||
|
|
||
|
TEMPLATE = subdirs
|
||
|
QT_FOR_CONFIG += gui
|
||
|
CONFIG += no_docs_target
|
||
|
|
||
|
SUBDIRS += analogclock
|
||
|
SUBDIRS += rasterwindow
|
||
|
qtHaveModule(gui):qtConfig(opengl): \
|
||
|
SUBDIRS += openglwindow
|