File: base.pro

package info (click to toggle)
libterralib 4.3.0%2Bdfsg.2-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 61,560 kB
  • ctags: 37,110
  • sloc: cpp: 225,052; ansic: 31,562; makefile: 807; sh: 80; xml: 37
file content (40 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (8)
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
39
40

TERRALIB_PATH = ../../../../

win32 {
  error( "To compile LibPDI tests you must use the Visual Studio projects of each test" )
}

CONFIG = qt warn_on debug rtti exceptions

TEMPLATE = app

LANGUAGE = C++

DESTDIR = ../../bin

DEFINES += PDIAGN_DEBUG_MODE

debug {
  DEFINES += PDIAGN_ENABLE_STDOUT_LOG
}

INCLUDEPATH = \
  ../base \
  $$TERRALIB_PATH/src/tiff \
  $$TERRALIB_PATH/src/shapelib \
  $$TERRALIB_PATH/src/terralib/kernel \
  $$TERRALIB_PATH/src/terralib/functions \
  $$TERRALIB_PATH/src/terralib/image_processing \
  $$TERRALIB_PATH/src/terralib/image_processing/data_structs \
  $$INCLUDEPATH

# Library depencencies

LIBS = -L$$TERRALIB_PATH/Debug/linux-g++ -L$$TERRALIB_PATH/Release/linux-g++
LIBS += -lz
LIBS += -lterralibtiff 
LIBS += -lshapelib
LIBS += -lterralib
LIBS += -lterralibpdi