File: mapnikrendererclient.pro

package info (click to toggle)
monav 0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,124 kB
  • sloc: cpp: 34,352; ansic: 4,103; java: 1,436; sh: 108; xml: 49; makefile: 42
file content (26 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
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
TEMPLATE = lib
CONFIG += plugin static

INCLUDEPATH += ../..

DESTDIR = ../../bin/plugins_client
unix {
	QMAKE_CXXFLAGS_RELEASE -= -O2
	QMAKE_CXXFLAGS_RELEASE += -O3 \
		 -Wno-unused-function
	QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
}
HEADERS += mapnikrendererclient.h \
	 ../../interfaces/irenderer.h \
	 ../../utils/coordinates.h \
	 ../../utils/config.h \
	 rendererbase.h \
	 brsettingsdialog.h \
	 ../../utils/intersection.h \
	 ../../utils/qthelpers.h
SOURCES += mapnikrendererclient.cpp \
	 rendererbase.cpp \
	 brsettingsdialog.cpp

FORMS += \
	 brsettingsdialog.ui