Skip to content

Commit

Permalink
qmake: remove STATICLINK
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Feb 19, 2015
1 parent 1c493e3 commit fe35165
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion examples/QMLPlayer/QMLPlayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ qtcAddDeployment()

#!*msvc*: QMAKE_LFLAGS += -u __link_hack
isEmpty(PROJECTROOT): PROJECTROOT = $$PWD/../..
STATICLINK = 0
include($${PROJECTROOT}/examples/common/libcommon.pri)
preparePaths($$OUT_PWD/../../out)
mac: RC_FILE = $$PROJECTROOT/src/QtAV.icns
Expand Down
1 change: 0 additions & 1 deletion examples/common/common.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ DEFINES += BUILD_QOPT_LIB
CONFIG *= common-buildlib

#var with '_' can not pass to pri?
STATICLINK = 0
PROJECTROOT = $$PWD/../..
!include(libcommon.pri): error("could not find libcommon.pri")
preparePaths($$OUT_PWD/../../out)
Expand Down
1 change: 0 additions & 1 deletion examples/filters/filters.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = filters
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/player/player.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TRANSLATIONS = res/player_zh_CN.ts
VERSION = $$QTAV_VERSION

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/simpleplayer/simpleplayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CONFIG -= app_bundle
QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/videocapture/videocapture.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CONFIG -= app_bundle
QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/videographicsitem/videographicsitem.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CONFIG -= app_bundle

TARGET = videographicsitem
TEMPLATE = app
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/videogroup/videogroup.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG -= app_bundle

TARGET = videogroup
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/videowall/videowall.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG -= app_bundle

TARGET = videowall
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion examples/window/window.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TEMPLATE = app
CONFIG -= app_bundle
QT = core gui
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
preparePaths($$OUT_PWD/../../out)
Expand Down
1 change: 0 additions & 1 deletion tests/ao/ao.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
QT += opengl
CONFIG -= app_bundle

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
preparePaths($$OUT_PWD/../../out)
Expand Down
1 change: 0 additions & 1 deletion tests/decoder/decoder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CONFIG -= app_bundle
TEMPLATE = app
TARGET = decoder

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
preparePaths($$OUT_PWD/../../out)
Expand Down
1 change: 0 additions & 1 deletion tests/extract/extract.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG -= app_bundle

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
1 change: 0 additions & 1 deletion tests/playerthread/playerthread.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG -= app_bundle

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
Expand Down
2 changes: 0 additions & 2 deletions tests/qrc/qrc.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG -= app_bundle

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
preparePaths($$OUT_PWD/../../out)

SOURCES += main.cpp

exists(test.mp4) {
Expand Down
1 change: 0 additions & 1 deletion tests/subtitle/subtitle.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ QT += opengl
TARGET = subtitle
CONFIG -= app_bundle

STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
preparePaths($$OUT_PWD/../../out)
Expand Down

0 comments on commit fe35165

Please sign in to comment.