File: qscintilla.pri

package info (click to toggle)
monkeystudio 1.8.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 39,732 kB
  • ctags: 20,476
  • sloc: cpp: 131,398; ansic: 33,969; python: 770; sh: 268; makefile: 138; cs: 69; php: 44
file content (17 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Monkey Studio 2.0.0 QScintilla Project file
include( qscintilla_check.pri )

QSCINTILLA_PWD	= $$PWD

# include sdk path
INCLUDEPATH	*= $${QSCINTILLA_PWD}/sdk

isEqual( SYSTEM_QSCINTILLA, 1 ) {
	# include path
	INCLUDEPATH	*= $$[QT_INSTALL_HEADERS]/Qsci
} else {
	# define where is the official qscintilla folder
	QSCINTILLAVERSION	= QScintilla-gpl-snapshot
	# include path
	INCLUDEPATH	*= $${QSCINTILLA_PWD}/$$QSCINTILLAVERSION/Qt4 $${QSCINTILLA_PWD}/$$QSCINTILLAVERSION/Qt4/Qsci
}