Add tests skeleton subproject

This commit is contained in:
Andrew nuark G 2020-12-18 19:19:31 +07:00
parent 2f03f7e488
commit f474ab85af
3 changed files with 58 additions and 1 deletions

9
st_test/st_test.pro Normal file
View file

@ -0,0 +1,9 @@
QT += testlib
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += tst_st_test.cpp