summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c76309b..50b2b08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,18 +8,4 @@ project(QtSvg
)
find_package(Qt5 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Gui Widgets)
-qt_build_repo_begin()
-
-add_subdirectory(src)
-
-if (BUILD_TESTING)
- find_package(Qt5 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Test Xml)
- add_subdirectory(tests)
-endif()
-
-if (BUILD_EXAMPLES)
- # TODO: Implement me
- #add_subdirectory(examples)
-endif()
-
-qt_build_repo_end()
+qt_build_repo()