16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
$NetBSD: patch-CMakeLists.txt,v 1.3 2016/08/21 21:19:53 markd Exp $
|
|
|
|
Dont do tests as requires Qt5
|
|
|
|
--- CMakeLists.txt.orig 2016-08-06 08:43:14.000000000 +0000
|
|
+++ CMakeLists.txt
|
|
@@ -18,7 +18,7 @@ include(KDECompilerSettings)
|
|
# Dependencies
|
|
set(REQUIRED_QT_VERSION 5.5.0)
|
|
|
|
-add_subdirectory(autotests)
|
|
+#add_subdirectory(autotests)
|
|
|
|
########### install files ###############
|
|
|