From kde-commits Tue Feb 15 18:25:50 2011 From: Sebastian Trueg Date: Tue, 15 Feb 2011 18:25:50 +0000 To: kde-commits Subject: playground/base/nepomuk-kde/annotation/textannotator Message-Id: <20110215182550.5570CAC8BC () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129779440002866 SVN commit 1220922 by trueg: Finished renaming simpleannotator to textannotator M +6 -6 CMakeLists.txt D nepomuksimpleannotator-app.desktop A nepomuktextannotator-app.desktop nepomuksimpleannotator-app.desktop#1220921 --- trunk/playground/base/nepomuk-kde/annotation/textannotator/CMakeLists.txt #1220921:1220922 @@ -9,18 +9,18 @@ ${STRIGI_INCLUDE_DIR} ) -set(nepomuksimpleannotator_SRCS +set(nepomuktextannotator_SRCS mainwindow.cpp resourceannotater.cpp ../lib/gui/strigitextextractionjob.cpp textannotationwidget.cpp ) -kde4_add_ui_files(nepomuksimpleannotator_SRCS mainwindow.ui) +kde4_add_ui_files(nepomuktextannotator_SRCS mainwindow.ui) -kde4_add_executable(nepomuksimpleannotator ${nepomuksimpleannotator_SRCS}) +kde4_add_executable(nepomuktextannotator ${nepomuktextannotator_SRCS}) -target_link_libraries(nepomuksimpleannotator +target_link_libraries(nepomuktextannotator nepomukannotation ${NEPOMUK_LIBRARIES} ${QT_QTGUI_LIBRARY} @@ -30,5 +30,5 @@ ${KDE4_KDEUI_LIBS} ) -install(TARGETS nepomuksimpleannotator DESTINATION ${BIN_INSTALL_DIR}) -install(FILES nepomuksimpleannotator-app.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +install(TARGETS nepomuktextannotator DESTINATION ${BIN_INSTALL_DIR}) +install(FILES nepomuktextannotator-app.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})