-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVisualCommand.pro
More file actions
executable file
·51 lines (51 loc) · 1.37 KB
/
Copy pathVisualCommand.pro
File metadata and controls
executable file
·51 lines (51 loc) · 1.37 KB
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
# -------------------------------------------------
# Project created by QtCreator 2009-06-11T15:31:16
# -------------------------------------------------
include(./src/qtpropertybrowser.pri)
QT += network \
xml \
xmlpatterns
TARGET = VisualCommand
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
dialogsearch.cpp \
dialogupload.cpp \
arguments/argtab.cpp \
arguments/checkBoxEditor.cpp \
arguments/argbase.cpp \
arguments/numericEditor.cpp \
arguments/stringEditor.cpp \
arguments/argstring.cpp \
arguments/argnumericform.cpp \
arguments/argformbase.cpp \
arguments/argfileform.cpp \
dialogsettings.cpp \
dialogabout.cpp
HEADERS += mainwindow.h \
dialogsearch.h \
dialogupload.h \
globals.h \
arguments/checkBoxEditor.h \
arguments/numericEditor.h \
arguments/stringEditor.h \
arguments/argumentinterface.h \
arguments/argbase.h \
arguments/argtab.h \
arguments/argstring.h \
arguments/argnumericform.h \
arguments/argforminterface.h \
arguments/argformbase.h \
arguments/argfileform.h \
dialogsettings.h \
dialogabout.h
FORMS += mainwindow.ui \
dialogsearch.ui \
dialogupload.ui \
arguments/argbase.ui \
arguments/argnumericform.ui \
arguments/argfileform.ui \
dialogsettings.ui \
dialogabout.ui
RESOURCES += Images.qrc
CONFIG += static