28 lines
711 B
CMake
28 lines
711 B
CMake
|
# Generated from kernel.pro.
|
||
|
|
||
|
add_subdirectory(qaction)
|
||
|
add_subdirectory(qactiongroup)
|
||
|
# add_subdirectory(qapplication) # FIXME: Enable this!
|
||
|
add_subdirectory(qboxlayout)
|
||
|
add_subdirectory(qdesktopwidget)
|
||
|
add_subdirectory(qformlayout)
|
||
|
add_subdirectory(qgridlayout)
|
||
|
add_subdirectory(qlayout)
|
||
|
add_subdirectory(qstackedlayout)
|
||
|
add_subdirectory(qtooltip)
|
||
|
add_subdirectory(qwidget)
|
||
|
add_subdirectory(qwidget_window)
|
||
|
add_subdirectory(qwidgetaction)
|
||
|
add_subdirectory(qwidgetmetatype)
|
||
|
add_subdirectory(qwidgetsvariant)
|
||
|
add_subdirectory(qwindowcontainer)
|
||
|
add_subdirectory(qshortcut)
|
||
|
add_subdirectory(qsizepolicy)
|
||
|
if(OFF)
|
||
|
add_subdirectory(qsound)
|
||
|
endif()
|
||
|
|
||
|
if(NOT APPLE)
|
||
|
add_subdirectory(qgesturerecognizer)
|
||
|
endif()
|