Skip to content

Commit

Permalink
typo. app bundle only for 2 players
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Sep 7, 2014
1 parent 98b0307 commit 3678ffc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.tests/dxva/dxva.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CONFIG -= qt
CONFIG += console

SOURCES += main.cpp
nclude(../paths.pri)
include(../paths.pri)
2 changes: 1 addition & 1 deletion config.tests/openal/openal.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ unix:!mac:!blackberry: LIBS += -lopenal
blackberry: LIBS += -lOpenAL
mac: LIBS += -framework OpenAL
mac: DEFINES += HEADER_OPENAL_PREFIX
nclude(../paths.pri)
include(../paths.pri)
2 changes: 1 addition & 1 deletion config.tests/portaudio/portaudio.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CONFIG += console
SOURCES += main.cpp

LIBS += -lportaudio
nclude(../paths.pri)
include(../paths.pri)
2 changes: 1 addition & 1 deletion config.tests/vaapi/vaapi.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CONFIG += console
SOURCES += main.cpp

LIBS += -lva
nclude(../paths.pri)
include(../paths.pri)
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
CONFIG -= app_bundle
QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

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

QT += core gui opengl

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = sharedoutput
TEMPLATE = app
CONFIG -= app_bundle

PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
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
CONFIG -= app_bundle
QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

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

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

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

TARGET = videowall
STATICLINK = 0
Expand Down
1 change: 1 addition & 0 deletions tests/ao/ao.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
QT += opengl
CONFIG -= app_bundle

STATICLINK = 0
PROJECTROOT = $$PWD/../..
Expand Down

0 comments on commit 3678ffc

Please sign in to comment.