-
Notifications
You must be signed in to change notification settings - Fork 1
/
qDF.pro
53 lines (46 loc) · 1.46 KB
/
qDF.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
######################################################################
# Automatically generated by qmake (2.01a) Tue Apr 21 22:09:14 2009
######################################################################
TEMPLATE = app
TARGET = qDF
DEPENDPATH += .
INCLUDEPATH += .
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT += network
CONFIG += warn_off
#CONFIG += debug
target.path=/usr/local/bin
INSTALLS += target
# Input
HEADERS += CoordSysBuilder.hpp \
Settings.hpp \
APRS.hpp \
getReportDialog.h \
settingsDialog.h \
reportToggleDialog.h \
latLonCoordinatewidget.h \
MainWindow.h \
qDFProjReport.hpp \
qDFProjReportCollection.hpp\
qDFDisplayInterface.hpp \
aprsDisplay.hpp \
rawTextDisplay.hpp \
kmlDisplay.hpp \
qDFDisplayManager.hpp
FORMS += getReportDialog.ui MainWindow.ui reportToggleDialog.ui latLonCoordinateWidget.ui settingsDialog.ui
SOURCES += CoordSysBuilder.cpp \
Settings.cpp \
APRS.cpp \
getReportDialog.cpp \
latLonCoordinatewidget.cpp \
reportToggleDialog.cpp \
settingsDialog.cpp \
main.cpp \
MainWindow.cpp \
qDFProjReport.cpp \
qDFProjReportCollection.cpp \
aprsDisplay.cpp \
rawTextDisplay.cpp \
kmlDisplay.cpp \
qDFDisplayManager.cpp
LIBS += -lDFLib -lproj