Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/finance/alkimia/files/patch-autotests_CMakeLists.txt
16149 views
1
Find testlib (moved from ../CMakeLists.txt)
2
3
--- autotests/CMakeLists.txt.orig 2020-10-23 16:11:34 UTC
4
+++ autotests/CMakeLists.txt
5
@@ -1,4 +1,10 @@
6
include(ECMAddTests)
7
+if(BUILD_QT4)
8
+ find_package(Qt4 REQUIRED COMPONENTS QtTest)
9
+else()
10
+ find_package(Qt5 REQUIRED COMPONENTS Test)
11
+endif()
12
+
13
set(TEST_LIB
14
alkimia
15
alkimia-internal
16
17