-
Notifications
You must be signed in to change notification settings - Fork 0
/
sink.pro
71 lines (46 loc) · 1.04 KB
/
sink.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-10-17T14:43:17
#
#-------------------------------------------------
QT += core gui
TARGET = qpid-xsink
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
msg_tool.cpp \
sinkcomponent.cpp \
qmf-thread.cpp \
dialogopen.cpp \
dialogobjects.cpp \
object-details.cpp \
object-model.cpp \
sink.cpp \
whatsthisbutton.cpp \
dialogdeclareoptions.cpp \
optiontextedit.cpp
HEADERS += mainwindow.h \
sinkcomponent.h \
qmf-thread.h \
dialogopen.h \
dialogobjects.h \
object-details.h \
object-model.h \
msg_tool.h \
sink.h \
whatsthisbutton.h \
dialogdeclareoptions.h \
optiontextedit.h
FORMS += mainwindow.ui \
sinkcomponent.ui \
dialogopen.ui \
dialogobjects.ui \
dialogdeclareoptions.ui
RESOURCES += \
sink.qrc
OTHER_FILES += \
license.txt \
CMakeLists.txt \
README.txt \
qpid-xsink.spec \
qpid-xsink.desktop