-
Notifications
You must be signed in to change notification settings - Fork 0
/
theMediaShell.pro
51 lines (42 loc) · 1.16 KB
/
theMediaShell.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#-------------------------------------------------
#
# Project created by QtCreator 2013-01-26T17:47:17
#
#-------------------------------------------------
QT += core gui network widgets x11extras
TARGET = theMediaShell
TEMPLATE = app
CONFIG += link_pkgconfig debug
PKGCONFIG += libavformat libavcodec libavutil x11 mpv libmpdclient alsa
SOURCES += MediaModel/MediaModel.cpp \
Application.cpp \
main.cpp \
Utils.cpp \
Player/PlayerWindow.cpp \
Mpd/MpdDialog.cpp \
MainWindow/MainWindow.cpp \
Mpd/MpdClient.cpp \
Hook.cpp \
MainWindow/PlayerSessionCountdown.cpp
HEADERS += MediaModel/Helper/QFileSystemModelWithMappedColumns.h \
MediaModel/Helper/QFileSystemProxyModelMixin.h \
MediaModel/MediaModel.h \
Player/PlaylistModel.h \
Player/PlaylistItem.h \
Player/PlayerWindow.h \
Application.h \
Utils.h \
MediaDb.h \
Mpd/MpdDialog.h \
MainWindow/MainWindow.h \
Mpd/MpdClient.h \
Hook.h \
MainWindow/PlayerSessionCountdown.h
FORMS +=
QMAKE_CXXFLAGS += -std=c++11
RESOURCES += \
main.qrc
OTHER_FILES += \
MainWindow.qss \
Player/PlayerWindowSidebar.qss \
QMessageBox.qss