aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
deleted file mode 100644
index 8107ccb..0000000
--- a/src/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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