blob: 553090d8b2bbd3db62fe6c2c8cf9211e80b6fb4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- CMakeLists.txt.orig 2022-12-30 15:40:01 UTC
+++ CMakeLists.txt
@@ -84,10 +84,6 @@ endif()
add_subdirectory(qt6)
endif()
-if(NOT BUILD_ONLY_PLUGIN)
-add_subdirectory(po)
-endif()
-
enable_testing()
add_subdirectory(test)
|