mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Split into qt5, qt6 FLAVORS - Extract common files to textproc/fcitx5-qt-common Differential Revision: https://reviews.freebsd.org/D36408 Approved by: lwhsu (ports)
14 lines
273 B
Text
14 lines
273 B
Text
--- 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)
|
|
|