added .pri files for unit tests

This commit is contained in:
2021-08-01 20:52:03 +02:00
parent 4b8565434c
commit 9bc806ecee
2 changed files with 5 additions and 0 deletions

1
fmt.pri Normal file
View File

@@ -0,0 +1 @@
INCLUDEPATH += $$PWD/include

4
fmt_src.pri Normal file
View File

@@ -0,0 +1,4 @@
HEADERS +=
SOURCES += \
$$PWD/src/format.cc