-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathqmlunit.pro
More file actions
52 lines (44 loc) · 1.16 KB
/
qmlunit.pro
File metadata and controls
52 lines (44 loc) · 1.16 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
#-------------------------------------------------
#
# Project created by QtCreator 2010-05-25T11:44:36
#
#-------------------------------------------------
QT += core gui declarative sql
TARGET = qmlunit
TEMPLATE = app
macx:CONFIG-=app_bundle
SOURCES += main.cpp\
qmlunittestrunner.cpp \
qmllogger.cpp
HEADERS += \
qmlunittestrunner.h \
qmllogger.h
FORMS +=
OTHER_FILES += \
qmlunit.qml \
scripts/qmlunit.js \
lib/QmlTestCase.qml \
test/TestTest.qml \
test/SameTest.qml \
scripts/support.js \
test/SetupAndTearDownTest.qml \
test/TeardownAndStopTest.qml \
test/AsyncTestTest.qml \
test/JsDumpTest.qml \
test/ScopeTest.qml \
QmlTestRunner.qml \
test/InteractingWithQmlElementTest.qml \
scripts/interaction.js \
components/Banner.qml \
components/Separator.qml \
components/Status.qml \
components/Results.qml \
components/ProgressBar.qml \
test/AsyncSetupTest.qml \
test/AsyncTeardownTest.qml \
test/QUnitCompatibilityTest.qml \
lib/QUnitTestSuite.qml \
scripts/QUnitTestSuite.js \
components/QmlLogger.qml \
TestRunner.qml \
QmlUnit/qmldir