summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctor.cc b/ctor.cc
index 72c5cbb..058506f 100644
--- a/ctor.cc
+++ b/ctor.cc
@@ -12,6 +12,8 @@ BuildConfigurations myConfigs()
.sources = {
"src/qookie.cc",
"src/database.cc",
+ "src/database_gourmet.cc",
+ "src/database_krecipes.cc",
"src/mainwindow.cc",
"src/moc_mainwindow.cc",
"src/viewer.cc",
@@ -24,6 +26,8 @@ BuildConfigurations myConfigs()
"-I/usr/include/qt5/QtGui",
"-I/usr/include/qt5/QtWidgets",
"-fPIC",
+ "-Wall", "-Werror", "-Wextra",// "-Wconversion",
+ "-g",
},
.ldflags = {
"-lQt5Core",