Projekt

Obecné

Profil

Stáhnout (386 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 c137512e Oto Šťáva
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