Update cmake file

This commit is contained in:
Martin Kleusberg
2014-05-15 17:58:04 +02:00
parent dc54c548b7
commit 4b12faf278

View File

@@ -51,6 +51,7 @@ set(SQLB_MOC_HDR
src/sqlitetablemodel.h
src/sqltextedit.h
src/DbStructureModel.h
src/Application.h
)
set(SQLB_SRC
@@ -75,6 +76,7 @@ set(SQLB_SRC
src/grammar/Sqlite3Lexer.cpp
src/grammar/Sqlite3Parser.cpp
src/main.cpp
src/Application.cpp
)
set(SQLB_FORMS