Removed libs/unittests folder

This commit is contained in:
Daniel Brunner
2018-10-07 16:03:48 +02:00
parent 745b4f4e40
commit e8c2632342
4 changed files with 0 additions and 11 deletions

3
.gitmodules vendored
View File

@@ -7,9 +7,6 @@
[submodule "libs/DbGuiLib"] [submodule "libs/DbGuiLib"]
path = libs/DbGuiLib path = libs/DbGuiLib
url = https://github.com/0xFEEDC0DE64/DbGuiLib.git url = https://github.com/0xFEEDC0DE64/DbGuiLib.git
[submodule "libs/unittests/TstFixedSizeMatrix"]
path = libs/unittests/TstFixedSizeMatrix
url = https://github.com/0xFEEDC0DE64/TstFixedSizeMatrix.git
[submodule "DbDatabaseTree"] [submodule "DbDatabaseTree"]
path = DbDatabaseTree path = DbDatabaseTree
url = https://github.com/0xFEEDC0DE64/DbDatabaseTree.git url = https://github.com/0xFEEDC0DE64/DbDatabaseTree.git

View File

@@ -3,7 +3,3 @@ TEMPLATE = subdirs
exists(DbCoreLib/DbCoreLib.pro): SUBDIRS += DbCoreLib exists(DbCoreLib/DbCoreLib.pro): SUBDIRS += DbCoreLib
exists(DbGuiLib/DbGuiLib.pro): SUBDIRS += DbGuiLib exists(DbGuiLib/DbGuiLib.pro): SUBDIRS += DbGuiLib
exists(DbNetworkLib/DbNetworkLib.pro): SUBDIRS += DbNetworkLib exists(DbNetworkLib/DbNetworkLib.pro): SUBDIRS += DbNetworkLib
SUBDIRS += unittests
unittests.depends += DbCoreLib

View File

@@ -1,3 +0,0 @@
TEMPLATE = subdirs
exists(TstFixedSizeMatrix/TstFixedSizeMatrix.pro): SUBDIRS += TstFixedSizeMatrix