-
Notifications
You must be signed in to change notification settings - Fork 25
/
CuteSpotify.pro
63 lines (60 loc) · 1.63 KB
/
CuteSpotify.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
52
53
54
55
56
57
58
59
60
61
62
63
TEMPLATE = subdirs
SUBDIRS = \
src
OTHER_FILES += \
qml/main.qml \
cutespotify.desktop \
CuteSpotify.png \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog \
CuteSpotify.conf \
qml/LoginPage.qml \
qml/UIConstants.js \
qml/PlaylistPage.qml \
qml/TracklistPage.qml \
qml/PlaylistDelegate.qml \
qml/TrackDelegate.qml \
qml/Player.qml \
qml/QuickControls.qml \
qml/FullControls.qml \
qml/NotificationBanner.qml \
qml/SettingsPage.qml \
qml/ViewHeader.qml \
qml/Selector.qml \
qml/SearchPage.qml \
qml/SpotifyImage.qml \
qml/AdvancedTextField.qml \
qml/Utilities.js \
qml/TrackMenu.qml \
qml/PlaylistMenu.qml \
qml/MyMenuLayout.qml \
qml/MyMenuItem.qml \
qml/MyMenu.qml \
qml/MyPopup.qml \
qml/MyFader.qml \
qml/PlaylistNameSheet.qml \
qml/AlbumPage.qml \
qml/AlbumHeader.qml \
qml/AlbumTrackDelegate.qml \
qml/AlbumMenu.qml \
qml/ArtistPage.qml \
qml/ArtistHeader.qml \
qml/AlbumDelegate.qml \
qml/ArtistDelegate.qml \
qml/AboutDialog.qml \
qml/MyMenuItemStyle.qml \
qml/MySheet.qml \
qml/InboxTrackDelegate.qml \
qml/HeaderSearchField.qml \
qml/Separator.qml \
qtc_packaging/debian_harmattan/postrm \
qml/ToplistPage.qml \
qml/MySelectionDialog.qml \
qml/MyCommonDialog.qml \
qml/Scrollbar.qml \
qml/LastfmLoginSheet.qml \
qml/FolderPage.qml