-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQtGuiTest.pro
More file actions
86 lines (80 loc) · 2.31 KB
/
Copy pathQtGuiTest.pro
File metadata and controls
86 lines (80 loc) · 2.31 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#-------------------------------------------------
#
# Project created by QtCreator 2016-08-02T20:17:23
#s
#-------------------------------------------------
QT += core gui testlib network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QtGuiTest
TEMPLATE = app
CONFIG += c++11
SOURCES += main.cpp\
MainWindow.cpp \
TestingModule.cpp \
register_shit.cpp \
server/TestServer.cpp \
server/SmartSocket.cpp \
results/DialogResult.cpp \
results/FileDialogResult.cpp \
results/SearchResult.cpp \
results/WidgetResult.cpp \
server/ANSI.cpp \
results/QMenuResult.cpp \
results/QActionResult.cpp \
TestingEvent.cpp \
results/QAbstractItemViewResult.cpp \
events/ChildEvent.cpp \
events/WaitRequest.cpp \
events/WaitRequestGUIText.cpp \
selectors/Selector.cpp \
Message.cpp \
selectors/CssSelector.cpp \
selectors/Validator.cpp \
selectors/ValidatorName.cpp \
selectors/ValidatorClassName.cpp \
test_css.cpp \
selectors/ValidatorGUIText.cpp \
results/SearchResultGroup.cpp \
results/QLineEditResult.cpp \
events/WaitRequestCSS.cpp \
selectors/CSSChainedSelector.cpp \
selectors/ValidatorProperty.cpp \
DeleteOnHideFilter.cpp \
ModuleAddChildEventFilter.cpp \
AddChildEventFilter.cpp \
AddChildEventFilterCSS.cpp
HEADERS += MainWindow.h \
TestingModule.h \
register_shit.h \
server/TestServer.h \
server/SmartSocket.h \
results/DialogResult.h \
results/FileDialogResult.h \
results/SearchResult.h \
results/WidgetResult.h \
server/ANSI.h \
results/QMenuResult.h \
results/QActionResult.h \
TestingEvent.h \
results/QAbstractItemViewResult.h \
events/ChildEvent.h \
events/WaitRequest.h \
events/WaitRequestGUIText.h \
selectors/Selector.h \
Message.h \
selectors/CssSelector.h \
selectors/Validator.h \
selectors/ValidatorName.h \
selectors/ValidatorClassName.h \
test_css.h \
selectors/ValidatorGUIText.h \
results/SearchResultGroup.h \
results/QLineEditResult.h \
events/WaitRequestCSS.h \
selectors/CSSChainedSelector.h \
selectors/ValidatorProperty.h \
DeleteOnHideFilter.h \
ModuleAddChildEventFilter.h \
AddChildEventFilter.h \
AddChildEventFilterCSS.h
FORMS += MainWindow.ui