valentina/src/test/ValentinaTest/ValentinaTest.pro

31 lines
532 B
Prolog
Raw Normal View History

#-------------------------------------------------
#
# Project created by QtCreator 2015-03-31T17:27:03
#
#-------------------------------------------------
QT += testlib
QT -= gui
TARGET = tst_test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
# Use out-of-source builds (shadow builds)
CONFIG -= debug_and_release debug_and_release_target
# We use C++11 standard
CONFIG += c++11
DEFINES += SRCDIR=\\\"$$PWD/\\\"
SOURCES += \
qttestmainlambda.cpp \
tst_test.cpp
HEADERS += \
tst_test.h