17 lines
249 B
CMake
17 lines
249 B
CMake
|
TEMPLATE = subdirs
|
||
|
|
||
|
SUBDIRS += anchors dials dialogbuttons invoker inputpanel images
|
||
|
|
||
|
SUBDIRS +=
|
||
|
shadows
|
||
|
|
||
|
qtHaveModule(webengine){
|
||
|
|
||
|
SUBDIRS += webview
|
||
|
}
|
||
|
|
||
|
qtHaveModule(quickwidgets)
|
||
|
{
|
||
|
SUBDIRS += grids
|
||
|
}
|