diff options
| author | Johannes Huber <johu@gentoo.org> | 2015-02-25 21:55:14 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2015-02-25 23:10:01 +0100 |
| commit | 9f3476a6ca887309d12ca6ac33ac948aeae80904 (patch) | |
| tree | fb3dd00acd585cdb366d370e9fb156282cc6fba6 /net-im/ktp-common-internals/files/ktp-common-internals-9999-tests-optional.patch | |
| parent | e25a3d4cebfecf3e64ddd5e16ea03fb24b27972d (diff) | |
| download | kde-9f3476a6ca887309d12ca6ac33ac948aeae80904.tar.gz kde-9f3476a6ca887309d12ca6ac33ac948aeae80904.tar.bz2 kde-9f3476a6ca887309d12ca6ac33ac948aeae80904.zip | |
Pkg move net-im/ktp-common-internals -> kde-apps/ktp-common-internals
Diffstat (limited to 'net-im/ktp-common-internals/files/ktp-common-internals-9999-tests-optional.patch')
| -rw-r--r-- | net-im/ktp-common-internals/files/ktp-common-internals-9999-tests-optional.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/ktp-common-internals/files/ktp-common-internals-9999-tests-optional.patch b/net-im/ktp-common-internals/files/ktp-common-internals-9999-tests-optional.patch deleted file mode 100644 index 43431732cc9..00000000000 --- a/net-im/ktp-common-internals/files/ktp-common-internals-9999-tests-optional.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/CMakeLists.txt 2015-01-20 21:49:46.354302243 +0100 -+++ b/CMakeLists.txt 2015-01-21 01:45:39.660978780 +0100 -@@ -10,10 +10,9 @@ - cmake_policy(SET CMP0002 OLD) - - find_package (Qt5 REQUIRED CONFIG COMPONENTS -- Qml -- Test) -+ Qml) - --find_package (KF5 REQUIRED COMPONENTS -+find_package (KF5 REQUIRED COMPONENTS - CoreAddons - Notifications - KIO -@@ -101,7 +100,11 @@ - add_subdirectory(KTp) - add_subdirectory(tools) - add_subdirectory(data) --add_subdirectory(tests) -+ -+if(BUILD_TESTING) -+ find_package(Qt5Test REQUIRED CONFIG) -+ add_subdirectory(tests) -+endif() - - if (OTR_LIBS_FOUND) - include_directories (${LIBOTR_INCLUDE_DIR} |
