From db5727c479abcb45f0b3aac515002ec89ed7b6f9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 24 Apr 2022 20:25:26 +0200 Subject: First steps towards krecipes support. --- ctor.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ctor.cc') 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", -- cgit v1.2.3