-
Notifications
You must be signed in to change notification settings - Fork 4
/
GpxUi.pro
61 lines (47 loc) · 1.11 KB
/
GpxUi.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
54
55
56
57
58
59
60
61
#-------------------------------------------------
#
# Project created by QtCreator 2015-06-21T14:02:10
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = GpxUi
TEMPLATE = app
DEFINES += NOTIFY_SECTION_CHANGE=1
SOURCES += main.cpp \
mainwindow.cpp \
rungpx.cpp \
inih/ini.c \
iniedit.cpp \
machineeditor.cpp \
updates.cpp
win32:SOURCES += win/win.cpp
unix:!macx {
desktop.path = /usr/share/applications
desktop.files = GpxUi.desktop
target.path = /usr/local/bin
INSTALLS += desktop
}
macx:QMAKE_POST_LINK += cp ../../../GPX/build/src/gpx/gpx GpxUi.app/Contents/MacOS &
macx:target.path = /Applications
INSTALLS += target
HEADERS += mainwindow.h \
rungpx.h \
build/version.h \
inih/ini.h \
iniedit.h \
machineeditor.h \
main.h \
updates.h
FORMS += mainwindow.ui \
rungpx.ui \
machineeditor.ui \
updates.ui
DISTFILES += \
gpxui.rc
RESOURCES += \
gpxui.qrc
RC_FILE = gpxui.rc
QMAKE_CXXFLAGS_RELEASE += -g
QMAKE_CFLAGS_RELEASE += -g
QMAKE_LFLAGS_RELEASE =