diff options
Diffstat (limited to 'kregexpeditor/CMakeLists.txt')
-rw-r--r-- | kregexpeditor/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/CMakeLists.txt b/kregexpeditor/CMakeLists.txt index a6aea36..48108d6 100644 --- a/kregexpeditor/CMakeLists.txt +++ b/kregexpeditor/CMakeLists.txt @@ -65,7 +65,7 @@ tde_add_library( kregexpeditorcommon SHARED AUTOMOC scrollededitorwindow.cpp compoundwidget.cpp singlecontainerwidget.cpp widgetfactory.cpp dcbutton.cpp gen_qregexplexer.cpp - gen_qregexpparser.cc charselector.cpp + gen_qregexpparser.cpp charselector.cpp lookaheadregexp.cpp lookaheadwidget.cpp regexp.cpp infopage.cpp kregexpeditorprivate.cpp compoundregexp.cpp @@ -102,11 +102,11 @@ tde_install_icons( ) tde_create_translated_desktop( SOURCE kregexpeditor.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kregexpeditor-desktops + PO_DIR kregexpeditor-desktops ) tde_create_translated_desktop( SOURCE kregexpeditorgui.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kregexpeditor-desktops + PO_DIR kregexpeditor-desktops ) |