aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/CMakeLists.txt
blob: 9afddad308ed046f7fe5b8e04cfb6e80f5e3158f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from imports.pro.

add_subdirectory(controls)
add_subdirectory(calendar)
add_subdirectory(platform)
add_subdirectory(templates)

# special case begin
# NOTE: The pro2cmake project will emebed the projects from controls/fusion,
# controls/imagine, controls/material and controls/universal in this
# CMakeLists.txt. This is not the correct behavior and should be removed.
# A special case has been added in controls' CMakeLists.txt to address this.
# special case end