This repository has been archived on 2021-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
FractionTask/FractionTask.pro
2021-09-17 11:59:28 +02:00

13 lines
203 B
Prolog

QT += testlib
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += tst_testcasename.cpp \
fraction.cpp
HEADERS += \
fraction.hpp