[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:40 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=64d5fe4

The following commit has been merged in the master branch:
commit 64d5fe48d309e5fdf92019cbc364bb4686987887
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Feb 5 12:22:41 2015 +0100

    Don't build the roles-proxy-model, it's unused
    
    Should probably be removed altogether
---
 tests/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 47819c4..330a581 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,7 +7,6 @@ include_directories(
 
 set(model_view_SRCS
     model-view.cpp
-    roles-proxy-model.cpp
 )
 
 qt5_wrap_ui(model_view_SRCS model-view.ui)
@@ -19,7 +18,6 @@ add_executable(ktp_contact_list_model_view
 
 target_link_libraries(ktp_contact_list_model_view
   Qt5::Test
-  
   KF5::CoreAddons
   KF5::I18n
   KTp::CommonInternals
@@ -35,7 +33,6 @@ if (KF5People_FOUND)
 
     target_link_libraries(ktp_kpeople_list_model_view
     Qt5::Test
-
     KF5::I18n
     KF5::People
     KF5::CoreAddons

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list