-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.pri
33 lines (26 loc) · 1007 Bytes
/
config.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# comment out following line to disable python in Lorris
# There is no debug python library on windows, so do not compile it in debug mode
!win32|CONFIG(release, debug|release): CONFIG += python
python {
# Change this variable to your python version (2.5, 2.6, 2.7)
win32:PYTHON_VERSION=27
unix:PYTHON_VERSION=2.7
}
win32 {
# Comment out following line if you want to disable QScintilla editor for ScriptWidget
CONFIG += qsci_editor
}
unix {
# Uncomment following line if you want to use system-wide installation of libqwt-dev.
# You must have version >= 6.0.0 installed
#CONFIG += system_qwt
# Comment out following lines if you want to disable QScintilla editor for ScriptWidget
# Lorris' qscintilla
CONFIG += qsci_editor
# System qscintilla lib
#CONFIG += qsci_system
}
# Comment out following line if you do not want joystick support
CONFIG += joystick
# Comment out following line if you don't want parts which require OpenGL
CONFIG += opengl