diff options
Diffstat (limited to 'example/tests/tests.pro')
| -rw-r--r-- | example/tests/tests.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/tests/tests.pro b/example/tests/tests.pro new file mode 100644 index 00000000..b51cda23 --- /dev/null +++ b/example/tests/tests.pro @@ -0,0 +1,9 @@ +include(../example.pri) + +QT += testlib + +TARGET = tests + +SOURCES += tests.cpp + +HEADERS += tests.h |
