diff options
Diffstat (limited to 'quotest.pro')
-rw-r--r-- | quotest.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/quotest.pro b/quotest.pro index 433a2ccc..891873af 100644 --- a/quotest.pro +++ b/quotest.pro @@ -1,12 +1,13 @@ TEMPLATE = app +include(libquotient.pri) + QT += testlib + CONFIG *= c++1z warn_on object_parallel_to_source windows { CONFIG *= console } -include(libquotient.pri) - SOURCES += tests/quotest.cpp DISTFILES += \ |