- Split into qt5, qt6 FLAVORS - Extract common files to textproc/fcitx5-qt-common Differential Revision: https://reviews.freebsd.org/D36408 Approved by: lwhsu (ports)
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
--- CMakeLists.txt.orig 2022-08-31 10:36:00 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -80,11 +80,6 @@ if(ENABLE_QT6)
|
|
add_subdirectory(qt6)
|
|
endif()
|
|
|
|
-if(NOT BUILD_ONLY_PLUGIN)
|
|
-find_package(Gettext REQUIRED)
|
|
-add_subdirectory(po)
|
|
-endif()
|
|
-
|
|
enable_testing()
|
|
add_subdirectory(test)
|
|
|