qskinny/playground/playground.pro
2018-11-05 14:04:49 +01:00

16 lines
195 B
Prolog

include( $${PWD}/../qskconfig.pri )
TEMPLATE = subdirs
SUBDIRS += \
dialogbuttons \
invoker \
inputpanel \
images
qtHaveModule(webengine) {
SUBDIRS += \
webview
}