Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure.ac: Fix #qt5 option
  • Loading branch information
icy committed Dec 11, 2014
1 parent c18f5eb commit 8011a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -1882,7 +1882,7 @@ if test "x$with_qt5" = xyes; then
qt5_immodule_option="DEFINES+=QT5_IMMODULE"
fi

qt5_immodule_option="DEFINES+=QT5_CANDWIN"
qt5_immodule_option="${qt5_immodule_option} DEFINES+=QT5_CANDWIN"

${QMAKE5} -o ${ac_abs_top_builddir}/qt5/candwin/Makefile.qmake \
${ac_abs_top_builddir}/qt5/candwin/uim-candwin-qt5.pro
Expand Down

0 comments on commit 8011a94

Please sign in to comment.