Skip to content

Commit

Permalink
eliminate implicit dependency on QtGui from qcli
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Sep 12, 2023
1 parent 40e295b commit 8cec68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project/QtCreator/qctools-cli/qctools-cli.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
message('entering qctools-cli.pro')

QT += core multimedia network
QT += core network
QT -= gui

CONFIG += c++11
Expand Down Expand Up @@ -84,7 +84,6 @@ HEADERS += \
message('qctools-lib: including ffmpeg')
include(../ffmpeg.pri)

DEFINES += QT_AVPLAYER_MULTIMEDIA
INCLUDEPATH += ../qctools-QtAVPlayer/src
include(../qctools-QtAVPlayer/src/QtAVPlayer/QtAVPlayer.pri)

Expand Down

0 comments on commit 8cec68e

Please sign in to comment.