Skip to content

Commit 3988ad0

Browse files
committedJul 23, 2014
make sip bindings to qscintilla derived classes optional (replaces 7e815ca & 8f0b898)
1 parent e47f111 commit 3988ad0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+19
-7161
lines changed
 

‎cmake/FindQsci.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ ELSE(EXISTS QSCI_MOD_VERSION_STR)
3131
ENDIF(qsci_ver)
3232

3333
IF(QSCI_FOUND)
34+
FIND_PATH(QSCI_SIP_DIR
35+
NAMES Qsci/qscimod4.sip
36+
PATHS ${PYQT4_SIP_DIR}
37+
)
38+
3439
IF(NOT QSCI_FIND_QUIETLY)
3540
MESSAGE(STATUS "Found QScintilla2 PyQt4 module: ${QSCI_MOD_VERSION_STR}")
3641
ENDIF(NOT QSCI_FIND_QUIETLY)

‎cmake/FindQsci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@
4141
except ImportError:
4242
VER = ""
4343

44-
4544
print("qsci_version_str:%s" % VER)

0 commit comments

Comments
 (0)
Please sign in to comment.