forked from UIDO/UMapControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UMapControl.pro
53 lines (47 loc) · 926 Bytes
/
UMapControl.pro
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
41
42
43
44
45
46
47
48
49
50
51
52
53
#-------------------------------------------------
#
# Project created by QtCreator 2017-03-21T14:37:35
#
#-------------------------------------------------
#QT -= gui
QT += widgets network sql
TARGET = UMapControl
TEMPLATE = lib
DESTDIR = ../bin
DEFINES += UMapControl_LIBRARY
SOURCES += UMapControl.cpp \
Map.cpp \
Network.cpp \
ILoveChina.cpp \
SQLExcute.cpp \
Manager.cpp \
Layer.cpp \
Geometry.cpp \
GeoPie.cpp \
GeoRect.cpp \
GeoCircle.cpp \
GeoStar.cpp \
GeoTri.cpp \
GeoPolygon.cpp \
MapPix.cpp
HEADERS += UMapControl.h\
umapcontrol_global.h \
Map.h \
Network.h \
ILoveChina.h \
SQLExcute.h \
Manager.h \
Layer.h \
Geometry.h \
GeoPie.h \
GeoRect.h \
GeoCircle.h \
GeoStar.h \
GeoTri.h \
GeoPolygon.h \
MapPix.h
unix {
target.path = /usr/lib
INSTALLS += target
}
FORMS +=