qskinny/playground/CMakeLists.txt

17 lines
249 B
CMake
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS += anchors dials dialogbuttons invoker inputpanel images
SUBDIRS +=
shadows
qtHaveModule(webengine){
SUBDIRS += webview
}
qtHaveModule(quickwidgets)
{
SUBDIRS += grids
}