diff options
author | Timothy Pearson <[email protected]> | 2011-12-01 01:18:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-01 01:18:39 -0600 |
commit | 5b3b788b3748893e44b482b11bf83f045a6bc2c7 (patch) | |
tree | b936cdef3c78db68691ec09cd245da0397787573 /qt/qscintilla.pro | |
parent | 03bc485016127d419bbbbc3cfb09e21e8754b383 (diff) | |
download | tqscintilla-5b3b788b3748893e44b482b11bf83f045a6bc2c7.tar.gz tqscintilla-5b3b788b3748893e44b482b11bf83f045a6bc2c7.zip |
Fix accidental qextscintilla conversion
Diffstat (limited to 'qt/qscintilla.pro')
-rw-r--r-- | qt/qscintilla.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qscintilla.pro b/qt/qscintilla.pro index 3180bab..53ba137 100644 --- a/qt/qscintilla.pro +++ b/qt/qscintilla.pro @@ -27,7 +27,7 @@ TEMPLATE = lib TARGET = qscintilla # DESTDIR = $(QTDIR)/lib CONFIG += qt warn_off release dll thread -INCLUDEPATH = . ../include ../src +INCLUDEPATH = . ../include ../src /usr/include/tqt DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER HEADERS = \ |