Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
ef48505d
Commit
ef48505d
authored
Jun 25, 2010
by
Guillaume Lazzara
Browse files
configure.ac: Set HAVE_QT correctly.
parent
be8a9483
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ef48505d
2010-06-25 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: Set HAVE_QT correctly.
2010-06-15 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: Configure scribo/demo.
...
...
configure.ac
View file @
ef48505d
...
...
@@ -170,8 +170,8 @@ OLN_WITH_LIB([TESSERACT], [tesseract/baseapi.h], [tesseract_full], [tesseract],
# Qt.
AT_WITH_QT([+xml], [], [],
AC_DEFINE([HAVE_QT],
1
, [Define to 1 if we can use Qt]),
AC_DEFINE([HAVE_QT],
0
))
AC_DEFINE([HAVE_QT],
0
, [Define to 1 if we can use Qt]),
AC_DEFINE([HAVE_QT],
1
))
AM_CONDITIONAL([HAVE_QT], [test x$QT_PATH != x])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment