mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Clean up multi threading patch, fix build and some bugs
Make strings translatable, remove some more debug code, fix tests, reduce size of patch slightly, remove weird tooltip, don't crash when closing database, simplify code, fix filters, don't link agains pthread on Windows.
This commit is contained in:
@@ -15,8 +15,8 @@ QMAKE_CXXFLAGS += -std=c++11
|
||||
CONFIG(unittest) {
|
||||
QT += testlib
|
||||
|
||||
HEADERS += tests/testsqlobjects.h tests/TestImport.h tests/TestRegex.h
|
||||
SOURCES += tests/testsqlobjects.cpp tests/TestImport.cpp tests/TestMain.cpp tests/TestRegex.cpp
|
||||
HEADERS += tests/testsqlobjects.h tests/TestImport.h tests/TestRegex.h tests/TestRowCache.h
|
||||
SOURCES += tests/testsqlobjects.cpp tests/TestImport.cpp tests/TestRegex.cpp tests/TestRowCache.cpp
|
||||
} else {
|
||||
SOURCES += main.cpp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user