-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathilong.pro
51 lines (45 loc) · 864 Bytes
/
ilong.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
#-------------------------------------------------
#
# Project created by QtCreator 2017-03-21T14:37:35
#
#-------------------------------------------------
#QT -= gui
QT += widgets network sql
TARGET = ilong
TEMPLATE = lib
DESTDIR = ../bin
DEFINES += ILONG_LIBRARY
SOURCES += ILong.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
HEADERS += ILong.h\
ilong_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
unix {
target.path = /usr/lib
INSTALLS += target
}
FORMS +=