Merge branch 'master' of github.com:rp-/sqlitebrowser

This commit is contained in:
Martin Kleusberg
2013-09-07 12:18:10 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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
)

View File

@@ -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
-------