2013-10-08 10:14:46 +00:00
|
|
|
requires(qtHaveModule(gui))
|
|
|
|
|
2012-06-15 11:41:18 +00:00
|
|
|
TEMPLATE = subdirs
|
2016-09-09 07:50:08 +00:00
|
|
|
QT_FOR_CONFIG += gui
|
2012-08-31 13:43:49 +00:00
|
|
|
CONFIG += no_docs_target
|
2012-06-15 11:41:18 +00:00
|
|
|
|
|
|
|
SUBDIRS += analogclock
|
|
|
|
SUBDIRS += rasterwindow
|
2017-04-27 20:41:28 +00:00
|
|
|
qtHaveModule(gui):qtConfig(opengl): \
|
2013-02-19 12:22:53 +00:00
|
|
|
SUBDIRS += openglwindow
|