Skip to content

Commit

Permalink
add qt include and lib dir to config test
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jul 14, 2014
1 parent 1b6960f commit 52be83a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.tests/avutil/avutil.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ DEFINES += __STDC_CONSTANT_MACROS
SOURCES += main.cpp

LIBS += -lavutil
include(../paths.pri)
1 change: 1 addition & 0 deletions config.tests/dxva/dxva.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ CONFIG -= qt
CONFIG += console

SOURCES += main.cpp
nclude(../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)
1 change: 1 addition & 0 deletions config.tests/portaudio/portaudio.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ CONFIG += console
SOURCES += main.cpp

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

LIBS += -lva
nclude(../paths.pri)

0 comments on commit 52be83a

Please sign in to comment.