qskinny/playground/playground.pro

16 lines
195 B
Prolog

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