Add basic tests facility

This commit is contained in:
Debao Zhang
2013-08-30 13:17:09 +08:00
parent 7816c724dc
commit 9154e483b9
8 changed files with 147 additions and 6 deletions
+19
View File
@@ -0,0 +1,19 @@
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-30T11:16:26
#
#-------------------------------------------------
QT += testlib xlsx xlsx-private
TARGET = tst_utilitytest
CONFIG += console
CONFIG -= app_bundle
DEFINES += XLSX_TEST
TEMPLATE = app
SOURCES += tst_utilitytest.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"