From 83b9df8edf5bf3eb61e5d2e956695f96500359c1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 31 Jul 2011 06:24:04 +0000 Subject: Fix kdegraphics CMake compilation git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kviewshell/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kviewshell') diff --git a/kviewshell/CMakeLists.txt b/kviewshell/CMakeLists.txt index 7361af84..dc28b4f8 100644 --- a/kviewshell/CMakeLists.txt +++ b/kviewshell/CMakeLists.txt @@ -77,6 +77,7 @@ tde_add_library( kmultipage SHARED AUTOMOC documentPageCache.cpp documentWidget.cpp searchWidget.cpp selection.cpp documentRenderer.cpp history.cpp kvsprefs.kcfgc tableOfContents.cpp kprintDialogPage_pageoptions.cpp + VERSION 0.0.0 LINK kparts-shared kdeprint-shared DESTINATION ${LIB_INSTALL_DIR} ) @@ -95,6 +96,16 @@ tde_add_kpart( kviewerpart AUTOMOC ) +##### kviewshell (executable) ################## + +tde_add_executable( kviewshell AUTOMOC + SOURCES + main.cpp + LINK kviewshell-static kparts-shared + DESTINATION ${BIN_INSTALL_DIR} +) + + ##### emptymultipagepart (module) ############### tde_add_kpart( emptymultipagepart AUTOMOC -- cgit v1.2.1