Skip to content

Commit

Permalink
Use quotes for the error strings
Browse files Browse the repository at this point in the history
Change-Id: Ibff2e3ff56d457864e8e86bac27ac686a5e30041
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
lpapp authored and The Qt Project committed Mar 23, 2013
1 parent 15a623b commit 54684fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt3d.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ gcov: SUBDIRS -= sub_tools

# We need opengl, minimum es2 or desktop
!contains(QT_CONFIG, opengl) {
error(Qt3D requires OpenGL!)
error("Qt3D requires OpenGL!")
}
contains(QT_CONFIG, opengles1) {
error(Qt3D does not support OpenGL ES 1!)
error("Qt3D does not support OpenGL ES 1!")
}

0 comments on commit 54684fd

Please sign in to comment.