qskinny/playground/playground.pro

16 lines
181 B
Prolog

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