diff --git a/CMakeLists.txt b/CMakeLists.txt index 58c12626..b8694be7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ set(SQLB_MOC_HDR src/VacuumDialog.h src/sqlitetablemodel.h src/sqltextedit.h + src/DbStructureModel.h ) set(SQLB_SRC @@ -56,6 +57,7 @@ set(SQLB_SRC src/sqlitetablemodel.cpp src/sqlitetypes.cpp src/sqltextedit.cpp + src/DbStructureModel.cpp src/grammar/Sqlite3Lexer.cpp src/grammar/Sqlite3Parser.cpp ) diff --git a/README.rst b/README.rst index d1ba102f..3c59755f 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ Windows binaries ---------------- Windows binaries can be downloaded from here: -http://rp.oldsch00l.com/sqlitebrowser/ +https://github.com/rp-/sqlitebrowser/releases MacOS X -------