kscope (1.9.4-1) 02_set_debian_qscintilla_path.diff

Summary

 app/app.pro       |    2 +-
 editor/editor.pro |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

--- a/app/app.pro
+++ b/app/app.pro
@@ -51,7 +51,7 @@ FORMS += querydialog.ui \
     configenginesdialog.ui \
     openprojectdialog.ui
 INCLUDEPATH += .. \
-    $${QSCI_ROOT_PATH}/include/Qsci \
+    $${QSCI_ROOT_PATH}/include/qt4/Qsci \
     .
 LIBS += -L../core \
     -lkscope_core \
--- a/editor/editor.pro
+++ b/editor/editor.pro
@@ -24,7 +24,7 @@ SOURCES += viscintilla.cpp \
     configdialog.cpp \
     findtextdialog.cpp
 INCLUDEPATH += .. \
-    $${QSCI_ROOT_PATH}/include/Qsci \
+    $${QSCI_ROOT_PATH}/include/qt4/Qsci \
     .
 LIBS += -L../core \
     -lkscope_core \