-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathxastir-qt.pro
44 lines (37 loc) · 973 Bytes
/
xastir-qt.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
#-------------------------------------------------
#
# Project created by QtCreator 2010-02-24T13:21:10
#
#-------------------------------------------------
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT += network
TARGET = xastir-qt
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
packetinterface.cpp \
netinterface.cpp \
interfacecontroldialog.cpp \
netinterfacepropertiesdialog.cpp \
interfacemanager.cpp \
stationconfigurationdialog.cpp \
stationsettings.cpp \
symbols.cpp \
colors.cpp
HEADERS += \
xastir.h \
packetinterface.h \
netinterface.h \
interfacecontroldialog.h \
netinterfacepropertiesdialog.h \
interfacemanager.h \
stationconfigurationdialog.h \
stationsettings.h \
symbols.h \
colors.h
FORMS += mainwindow.ui \
interfacecontroldialog.ui \
netinterfacepropertiesdialog.ui \
stationconfigurationdialog.ui
RESOURCES += \
xastir.qrc