-
Notifications
You must be signed in to change notification settings - Fork 4
/
.qmake.cache
39 lines (29 loc) · 1.46 KB
/
.qmake.cache
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
34
35
36
37
38
# Change the values of the following variables so that they point to the
# correct location on your computer.
# GSTLHOME: where GsTL is installed. This directory usually contains files
# named authors, license, todo, and more importantly a directory
# called GsTL (I know, having a GsTL directory within a directory
# named GsTL itself is confusing...)
# GSTLAPPLI_HOME: where S-GeMS is installed
# INVENTOR_LIB: where the lib files (dll or so) for Coin (Open Inventor) are located
# INVENTOR_INCLUDE: where the .h files of Coin are located
# PYTHON_LIB: where the lib files (dll or so) for python are located (eg /usr/lib/python2.4)
# PYTHON_INCLUDE: where the .h files of python are located (eg /usr/include/python2.4)
# PYTHON_SO: the name of the python .so file, eg python2.4 if the .so file is libpython2.4.so
GSTLHOME = /home/aboucher/data/code-dev/linux/GsTL
GSTLAPPLI_HOME = /home/aboucher/data/code-dev/linux/sgems
INVENTOR_LIB = /usr/lib
INVENTOR_INCLUDE = /usr/include
BOOST_INCLUDE = /usr/include
PYTHON_LIB = /usr/lib
PYTHON_INCLUDE = /usr/include/python2.6
PYTHON_SO = python2.6
# define some global variables
# CUR_PLATFORM: the name of your platform (not very important)
# QMAKESPEC: define this variable if you want Qt to use a specific
# compiler configuration (see the Qt documentation)
CUR_PLATFORM = linux
#QMAKESPEC = /usr/share/qt4/mkspecs/default
#========================================
# Don't change this last line
CONFIG += qt