git » qscintilla.git » commit f93922a

Fix features dir

author Antonio Rojas
2019-12-21 12:49:51 UTC
committer Antonio Rojas
2019-12-21 12:49:51 UTC
parent 5579de7cd80fd5030d3546769c8f48aaa2451bfb

Fix features dir

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4bb91ff..92d850a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,12 +29,11 @@ build() {
   cd ..
   sip-build \
     --no-make \
-    --qsci-features-dir Qt4Qt5 \
+    --qsci-features-dir Qt4Qt5/features \
     --qsci-include-dir Qt4Qt5 \
     --qsci-library-dir Qt4Qt5 \
     --api-dir /usr/share/qt/qsci/api/python
   cd build
-  echo "QT += widgets" >> Qsci/Qsci.pro
   make
 }