aboutsummaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/makefile b/qt/makefile
index 1345e70..e0ec91d 100644
--- a/qt/makefile
+++ b/qt/makefile
@@ -10,12 +10,12 @@ 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)
dirs += pgsql
+else ifeq ($(db_id),oracle)
+dirs += oracle
endif
default := $(out_base)/