aboutsummaryrefslogtreecommitdiff
path: root/qt/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-11 13:57:27 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-11 13:57:27 +0200
commit1b2489b74b3e77d7eef2d18b3b206d9825731762 (patch)
treec02970f5a24b5ce46fac3a2a3554cb48cac6b1c2 /qt/makefile
parent95e1a2336699ef7ac8cdd806f7dca8c100ceeb50 (diff)
Add tests for Oracle support of Qt profile
Diffstat (limited to 'qt/makefile')
-rw-r--r--qt/makefile2
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)