From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- SQLiteStudio3/Tests/TestUtils/TestUtils.pro | 52 +++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 SQLiteStudio3/Tests/TestUtils/TestUtils.pro (limited to 'SQLiteStudio3/Tests/TestUtils/TestUtils.pro') diff --git a/SQLiteStudio3/Tests/TestUtils/TestUtils.pro b/SQLiteStudio3/Tests/TestUtils/TestUtils.pro new file mode 100644 index 0000000..26600e1 --- /dev/null +++ b/SQLiteStudio3/Tests/TestUtils/TestUtils.pro @@ -0,0 +1,52 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2013-03-29T23:25:17 +# +#------------------------------------------------- + +include(test_common.pri) + +QT -= gui + +TARGET = TestUtils +TEMPLATE = lib + +QMAKE_CXXFLAGS += -std=c++11 + +DEFINES += TESTUTILS_LIBRARY + +SOURCES += \ + dbsqlite3mock.cpp \ + functionmanagermock.cpp \ + pluginmanagermock.cpp \ + configmock.cpp \ + mocks.cpp \ + dbattachermock.cpp \ + dbmanagermock.cpp \ + collationmanagermock.cpp + +HEADERS +=\ + testutils_global.h \ + dbsqlite3mock.h \ + hippomocks.h \ + functionmanagermock.h \ + pluginmanagermock.h \ + configmock.h \ + mocks.h \ + dbattachermock.h \ + dbmanagermock.h \ + collationmanagermock.h + +unix:!symbian { + maemo5 { + target.path = /opt/usr/lib + } else { + target.path = /usr/lib + } + INSTALLS += target +} + +LIBS += -lcoreSQLiteStudio -lsqlite3 + +OTHER_FILES += \ + test_common.pri -- cgit v1.2.3