File: shapelib.pro

package info (click to toggle)
libterralib 4.3.0%2Bdfsg.2-14
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 61,564 kB
  • sloc: cpp: 225,052; ansic: 31,562; makefile: 807; sh: 80; xml: 37
file content (20 lines) | stat: -rw-r--r-- 421 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
TARGET  = shapelib
CONFIG += dll
win32:DEFINES += _USRDLL \
    SHAPELIB_DLLEXPORT
include (../config.pri)

SHPPATH = $${TERRALIBPATH}/src/shapelib

SOURCES = $${SHPPATH}/dbfopen.c \
    	$${SHPPATH}/shpopen.c
HEADERS = $${SHPPATH}/shapefil.h

include (../install_cfg.pri)

CONFIG(copy_dir_files) {
    include.path = $${DEPLOY_DIR}/include/shapelib/include
    include.files = $${SHPPATH}/*.h

    INSTALLS += include
}