summarylogtreecommitdiffstats
path: root/qtenv.pri
blob: 8a0e431c2bc74935a6db3de0d5f9cdccb0258a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# qtenv.pri is automatically generated from qtenv.pri.in by the
# configure script, so any manual modifications will be lost.

# This file serves no real purpose for the build itself, just
# tells Qt Creator the relevant defines, so it can highlight
# and index the code accordingly during development.

WITH_OSG = yes
equals(WITH_OSG, yes) {
  DEFINES += WITH_OSG
}

WITH_OSGEARTH = yes
equals(WITH_OSGEARTH, yes) {
  DEFINES += WITH_OSGEARTH
}