aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 8107ccb00771212eb343aa6dc30d5598ce6916d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# special case begin
# Generated from src.pro.

if(NOT WIN32)
    return()
endif()

add_subdirectory(winextras)
if(TARGET Qt::Quick)
    add_subdirectory(imports)
endif()
# special case end