-
Notifications
You must be signed in to change notification settings - Fork 1
/
sources.pri
35 lines (33 loc) · 839 Bytes
/
sources.pri
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
SOURCES += \
cpp/activelayer.cpp \
cpp/localprojectsmanager.cpp \
cpp/surveyingutils.cpp \
cpp/variablesmanager.cpp \
cpp/mapprovider.cpp \
cpp/mapthemesmodel.cpp \
main.cpp \
cpp/projectsmodel.cpp \
cpp/layersmodel.cpp \
cpp/loader.cpp \
cpp/appsettings.cpp \
cpp/inpututils.cpp \
cpp/digitizingcontroller.cpp \
cpp/layersproxymodel.cpp \
cpp/androidutils.cpp
HEADERS += \
cpp/activelayer.h \
cpp/localprojectsmanager.h \
cpp/surveyingutils.h \
cpp/variablesmanager.h \
cpp/mapprovider.h \
cpp/mapthemesmodel.h \
cpp/projectsmodel.h \
cpp/layersmodel.h \
cpp/loader.h \
cpp/appsettings.h \
cpp/digitizingcontroller.h \
cpp/inpututils.h \
cpp/layersproxymodel.h \
cpp/androidutils.h
RESOURCES += qml.qrc \
assets.qrc