aboutsummaryrefslogtreecommitdiffstats
path: root/ZMusicPlayer.pro
blob: 5d1336fac585ce6c6948cd5e4c017473ddf6a895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = app
QT += network xml phonon
CONFIG += qt

HEADERS += \
	Song.h \
	CollectionModel.h \
	PlayerWindow.h \
	SearchLineEdit.h \
	Credentials.h \
	CollectionFilter.h \
	AutoSizingList.h

SOURCES += \
	Main.cpp \
	CollectionModel.cpp \
	PlayerWindow.cpp \
	SearchLineEdit.cpp \
	Credentials.cpp \
	CollectionFilter.cpp \
	AutoSizingList.cpp