aswi2021virtual-surreality-gitlab/deltarobot/libQsLog/unittest/unittest.pro @ 6d9543aa
1 |
QT += core |
---|---|
2 |
|
3 |
TARGET = QsLogUnitTest |
4 |
CONFIG += console qtestlib |
5 |
CONFIG -= app_bundle |
6 |
TEMPLATE = app |
7 |
|
8 |
# test-case sources |
9 |
SOURCES += TestLog.cpp |
10 |
|
11 |
# component sources |
12 |
include(../QsLog.pri) |
13 |
|
14 |
SOURCES += \ |
15 |
./QtTestUtil/TestRegistry.cpp \ |
16 |
./QtTestUtil/SimpleChecker.cpp |
17 |
|
18 |
HEADERS += \ |
19 |
./QtTestUtil/TestRegistry.h \ |
20 |
./QtTestUtil/TestRegistration.h \ |
21 |
./QtTestUtil/QtTestUtil.h |
- « Předchozí
- 1
- 2
- Další »