Skip to content

Commit

Permalink
avoid qtopengl link error. don't know why
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jan 27, 2014
1 parent ff641bf commit 4282aac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/filters/filters.pro
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
TEMPLATE = app
QT = opengl
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets

TARGET = filters
Expand Down
1 change: 1 addition & 0 deletions examples/player/player.pro
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
TEMPLATE = app
QT = opengl
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets
TRANSLATIONS = res/player_zh_CN.ts

Expand Down
2 changes: 1 addition & 1 deletion examples/sharedoutput/sharedoutput.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
#
#-------------------------------------------------

QT = core gui
QT = core gui opengl

greaterThan(QT_MAJOR_VERSION, 4): QT = widgets

Expand Down
1 change: 1 addition & 0 deletions examples/simpleplayer/simpleplayer.pro
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
TEMPLATE = app
QT = opengl
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets

STATICLINK = 0
Expand Down
2 changes: 1 addition & 1 deletion examples/videographicsitem/videographicsitem.pro
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
#QT = opengl
QT = opengl
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets

TARGET = videographicsitem
Expand Down
1 change: 1 addition & 0 deletions examples/videogroup/videogroup.pro
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
TEMPLATE = app
QT = opengl
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets

TARGET = videogroup
Expand Down
1 change: 1 addition & 0 deletions examples/videowall/videowall.pro
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
TEMPLATE = app
QT = opengl
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets

TARGET = videowall
Expand Down

0 comments on commit 4282aac

Please sign in to comment.