diff options
Diffstat (limited to 'qt/makefile')
-rw-r--r-- | qt/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/makefile b/qt/makefile index a835d49..13a05a0 100644 --- a/qt/makefile +++ b/qt/makefile @@ -10,6 +10,8 @@ dirs := common ifeq ($(db_id),mysql) dirs += mysql +else ifeq ($(db_id),oracle) +dirs += oracle else ifeq ($(db_id),sqlite) dirs += sqlite else ifeq ($(db_id),pgsql) |