Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Cazier
CGoGN
Commits
6c3080c2
Commit
6c3080c2
authored
Feb 07, 2013
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of cgogn:CGoGN
parents
af2b3121
bc2b03f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
include/Utils/textures.h
include/Utils/textures.h
+4
-3
No files found.
include/Utils/textures.h
View file @
6c3080c2
...
@@ -28,10 +28,11 @@
...
@@ -28,10 +28,11 @@
#include "Utils/gl_def.h"
#include "Utils/gl_def.h"
#include "Geometry/vector_gen.h"
#include "Geometry/vector_gen.h"
#include <string>
#include <string>
#include <QImage>
#ifndef WITH_QT
#ifdef WITH_QT
#error "Texture class need Qt for loading images, please recompile CGoGN with Qt support"
#include <QImage>
//#else
//#error "Texture class need Qt for loading images, please recompile CGoGN with Qt support if necessary"
#endif
#endif
// TODO externaliser le chargement d'image pour enlever la dependance Qt ??
// TODO externaliser le chargement d'image pour enlever la dependance Qt ??
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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