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

15 lines
209 B
Prolog
Raw Normal View History

2021-09-17 11:59:28 +02:00
QT += testlib
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
2021-09-17 12:32:14 +02:00
SOURCES += \
fraction.cpp \
tst_fractiontest.cpp
2021-09-17 11:59:28 +02:00
HEADERS += \
fraction.hpp