Skip to content

Commit

Permalink
gen_version.h is no longer generated so rename it to version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed May 23, 2015
1 parent 5761d6b commit 4223d5d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(ENABLE_TESTING)
endif()

set(SQLB_HDR
src/gen_version.h
src/version.h
src/sqlitetypes.h
src/csvparser.h
src/sqlite.h
Expand Down
2 changes: 1 addition & 1 deletion src/AboutDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "AboutDialog.h"
#include "ui_AboutDialog.h"
#include "gen_version.h"
#include "version.h"
#include "sqlite.h"

AboutDialog::AboutDialog(QWidget *parent) :
Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "SqlExecutionArea.h"
#include "VacuumDialog.h"
#include "DbStructureModel.h"
#include "gen_version.h"
#include "version.h"
#include "sqlite.h"
#include "CipherDialog.h"
#include "ExportSqlDialog.h"
Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HEADERS += \
grammar/sqlite3TokenTypes.hpp \
sqlitetablemodel.h \
FilterTableHeader.h \
gen_version.h \
version.h \
SqlExecutionArea.h \
VacuumDialog.h \
DbStructureModel.h \
Expand Down
File renamed without changes.

0 comments on commit 4223d5d

Please sign in to comment.