qskinny/playground/playground.pro

16 lines
195 B
Prolog
Raw Normal View History

include( $${PWD}/../qskconfig.pri )
TEMPLATE = subdirs
SUBDIRS += \
2018-11-05 14:04:49 +01:00
dialogbuttons \
2018-02-26 09:39:53 +01:00
invoker \
inputpanel \
images
qtHaveModule(webengine) {
SUBDIRS += \
webview
}