mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-26 06:28:24 -05:00
Move SQL object classes into a separate directory
This commit is contained in:
@@ -10,7 +10,7 @@ set(TESTSQLOBJECTS_SRC
|
||||
../sqlitedb.cpp
|
||||
../sqlitetablemodel.cpp
|
||||
../RowLoader.cpp
|
||||
../sqlitetypes.cpp
|
||||
../sql/sqlitetypes.cpp
|
||||
../csvparser.cpp
|
||||
../grammar/Sqlite3Lexer.cpp
|
||||
../grammar/Sqlite3Parser.cpp
|
||||
@@ -26,7 +26,7 @@ set(TESTSQLOBJECTS_HDR
|
||||
../grammar/sqlite3TokenTypes.hpp
|
||||
../grammar/Sqlite3Lexer.hpp
|
||||
../grammar/Sqlite3Parser.hpp
|
||||
../sqlitetypes.h
|
||||
../sql/sqlitetypes.h
|
||||
../Data.h
|
||||
)
|
||||
|
||||
@@ -94,7 +94,7 @@ set(TESTREGEX_SRC
|
||||
../sqlitedb.cpp
|
||||
../sqlitetablemodel.cpp
|
||||
../RowLoader.cpp
|
||||
../sqlitetypes.cpp
|
||||
../sql/sqlitetypes.cpp
|
||||
../grammar/Sqlite3Lexer.cpp
|
||||
../grammar/Sqlite3Parser.cpp
|
||||
../Settings.cpp
|
||||
@@ -109,7 +109,7 @@ set(TESTREGEX_HDR
|
||||
../grammar/sqlite3TokenTypes.hpp
|
||||
../grammar/Sqlite3Lexer.hpp
|
||||
../grammar/Sqlite3Parser.hpp
|
||||
../sqlitetypes.h
|
||||
../sql/sqlitetypes.h
|
||||
../Data.h
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "testsqlobjects.h"
|
||||
#include "../sqlitetypes.h"
|
||||
#include "../sql/sqlitetypes.h"
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user