diff options
Diffstat (limited to 'qt')
-rw-r--r-- | qt/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/makefile b/qt/makefile index bcc54c4..f5209cb 100644 --- a/qt/makefile +++ b/qt/makefile @@ -10,7 +10,7 @@ dirs := common ifeq ($(db_id),mysql) dirs += mysql -else ifeq ($(db_id), sqlite) +else ifeq ($(db_id),sqlite) dirs += sqlite endif @@ -23,7 +23,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs))) $(dist): export extra_dist := build.bat $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_dirs))) - $(call meta-vctest,mysql/qt-mysql-vc10.sln,build.bat) + $(call meta-vctest,common/qt-common-mysql-vc10.sln,build.bat) $(call meta-automake) $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(dirs))) |