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
ab515db4
Commit
ab515db4
authored
Jun 15, 2010
by
Guillaume Lazzara
Browse files
configure.ac: Configure scribo/demo.
parent
6fb53567
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ab515db4
20
09-11-06 Jrme Galtier <jerome.galtier
@lrde.epita.fr>
20
10-06-15 Guillaume Lazzara <z
@lrde.epita.fr>
Add support for pbm files in the viewer.
* viewer/browser_widget.cc (BrowserWidget::BrowserWidget): Do not
filter out pbm files.
* configure.ac: Configure scribo/demo.
2010-06-03 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac:
c
onfigure several directories in scribo/.
* configure.ac:
C
onfigure several directories in scribo/.
2010-06-03 Guillaume Lazzara <z@lrde.epita.fr>
...
...
configure.ac
View file @
ab515db4
...
...
@@ -169,7 +169,7 @@ OLN_WITH_LIB([GDCM], [gdcm-2.0/gdcmReader.h], [gdcmCommon], [gdcm], [GDCM],
OLN_WITH_LIB([TESSERACT], [tesseract/baseapi.h], [tesseract_full], [tesseract], [TESSERACT])
# Qt.
AT_WITH_QT([], [], [],
AT_WITH_QT([
+xml
], [], [],
AC_DEFINE([HAVE_QT], 1, [Define to 1 if we can use Qt]),
AC_DEFINE([HAVE_QT], 0))
AM_CONDITIONAL([HAVE_QT], [test x$QT_PATH != x])
...
...
@@ -215,7 +215,9 @@ AM_CONDITIONAL([ENABLE_SCRIBO], [test x$enable_scribo = xyes])
AC_CONFIG_FILES([
scribo/Makefile
scribo/demo/review/Makefile
scribo/demo/Makefile
scribo/demo/review/Makefile
scribo/demo/viewer/Makefile
scribo/src/Makefile
scribo/src/binarization/Makefile
scribo/src/contest/Makefile
...
...
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