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

14 lines
209 B
Prolog

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