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
Sauvage
CGoGN
Commits
497db956
Commit
497db956
authored
Feb 07, 2013
by
Sylvain Thery
Browse files
bug compilte Qt
parent
7600ff1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Utils/textures.h
View file @
497db956
...
...
@@ -28,10 +28,11 @@
#include
"Utils/gl_def.h"
#include
"Geometry/vector_gen.h"
#include
<string>
#include
<QImage>
#ifndef WITH_QT
#error "Texture class need Qt for loading images, please recompile CGoGN with Qt support"
#ifdef WITH_QT
#include
<QImage>
//#else
//#error "Texture class need Qt for loading images, please recompile CGoGN with Qt support if necessary"
#endif
// TODO externaliser le chargement d'image pour enlever la dependance Qt ??
...
...
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