From 48c6bba031ea37591a821d9554dd292aee938d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 25 Aug 2018 13:53:12 +0200 Subject: cmake lilo-config: Always add the USE_KDE definition There is no reason to build a TQt-only frontend in TDE Fix the names of the auxiliary library targets Fix includes folders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lilo-config/kde-qt-common/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lilo-config/kde-qt-common/CMakeLists.txt') diff --git a/lilo-config/kde-qt-common/CMakeLists.txt b/lilo-config/kde-qt-common/CMakeLists.txt index 81e638a..37ee790 100644 --- a/lilo-config/kde-qt-common/CMakeLists.txt +++ b/lilo-config/kde-qt-common/CMakeLists.txt @@ -4,6 +4,8 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/.. + ${CMAKE_CURRENT_SOURCE_DIR}/../common ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) @@ -14,9 +16,9 @@ link_directories( ) -##### widgets (static) ########################## +##### liloconfig-widgets (static) ############### -tde_add_library( widgets STATIC_PIC AUTOMOC +tde_add_library( liloconfig-widgets STATIC_PIC AUTOMOC SOURCES mainwidget.cpp general.cpp images.cpp expert.cpp EditWidget.cpp - LINK common-shared + LINK liloconfig-common-static ) -- cgit v1.2.1