Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett Tian authored and Rhett Tian committed Jan 9, 2023
1 parent f694ff2 commit 80436ab
Show file tree
Hide file tree
Showing 23 changed files with 1,452 additions and 2,375 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
build-debug
me.imever.cgtn-live-player_3.2.2.deb
me.imever.cgtn-live-player_3.2.3.deb
.vscode
14 changes: 9 additions & 5 deletions cgtn.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@

# libgstreamer-plugins-bad0.10-0

QT += core gui multimediawidgets multimedia gui-private
QT += core gui gui-private dbus

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

include(singleapplication/singleapplication.pri)
include(lib/singleapplication/singleapplication.pri)

DEFINES += MEDIA_MPV
include(lib/media/media.pri)

DEFINES += QAPPLICATION_CLASS=QApplication

Expand All @@ -35,7 +38,8 @@ SOURCES += src/main.cpp\
src/conf.cpp \
src/listTv.cpp \
src/listGroup.cpp \
src/logger.cpp
src/logger.cpp \
src/mpris.cpp

HEADERS += src/mainwindow.h \
src/playerWidget.h \
Expand All @@ -48,9 +52,9 @@ HEADERS += src/mainwindow.h \
src/conf.h \
src/listTv.h \
src/listGroup.h \
src/logger.h
src/logger.h \
src/mpris.h

DISTFILES +=
FORMS +=

RESOURCES += \
Expand Down
326 changes: 326 additions & 0 deletions cgtn.pro.user.4.9-pre1

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/media
Submodule media updated from 86b32d to ce6a56
208 changes: 149 additions & 59 deletions resource/cgtn-live-player.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 80436ab

Please sign in to comment.