Add tests skeleton subproject
This commit is contained in:
parent
2f03f7e488
commit
f474ab85af
3 changed files with 58 additions and 1 deletions
9
st_test/st_test.pro
Normal file
9
st_test/st_test.pro
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue