Skip to content

Commit

Permalink
don't build qt3d when qt is compiled without opengl
Browse files Browse the repository at this point in the history
Task-number: QTBUG-46830
Change-Id: I690464fd01b0979bcad1c7acafbf9e34205906d9
Reviewed-by: Sean Harmer <[email protected]>
  • Loading branch information
ossilator authored and seanharmer committed Jun 27, 2015
1 parent 546df01 commit 1dedbdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt3d.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#requires(qtHaveModule(opengl))
requires(contains(QT_CONFIG, opengl))

load(configure)
qtCompileTest(assimp)

load(qt_parts)

#module_qt3d_tutorials.subdir = tutorials
Expand Down

0 comments on commit 1dedbdc

Please sign in to comment.