Reorganize file structure. Window names are now more clear and components are sorted by window use
This commit is contained in:
@@ -11,36 +11,36 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
# ----------------------------------------------------
|
||||
|
||||
SOURCES += \
|
||||
src/components/albumTile/albumtile.cpp \
|
||||
src/components/spinningAlbumArt/spinningalbumart.cpp \
|
||||
src/components/timePlayedWidget/timePlayedWidget.cpp \
|
||||
src/components/tracklistWidget/tracklistwidget.cpp \
|
||||
src/main.cpp \
|
||||
src/windows/musicSelector/musicSelector.cpp \
|
||||
src/windows/playerWindow/playerWindow.cpp \
|
||||
src/layout/flowLayout/flowLayout.cpp
|
||||
src/windows/albumSelector/albumSelector.cpp \
|
||||
src/windows/nowPlaying/nowPlaying.cpp \
|
||||
src/layout/flowLayout/flowLayout.cpp \
|
||||
src/components/albumSelector/albumTile/albumtile.cpp \
|
||||
src/components/nowPlaying/spinningAlbumArt/spinningalbumart.cpp \
|
||||
src/components/nowPlaying/timePlayedWidget/timePlayedWidget.cpp \
|
||||
src/components/nowPlaying/tracklistWidget/tracklistwidget.cpp
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Headers
|
||||
# ----------------------------------------------------
|
||||
|
||||
HEADERS += \
|
||||
src/components/albumTile/albumtile.h \
|
||||
src/components/spinningAlbumArt/spinningalbumart.h \
|
||||
src/components/timePlayedWidget/timePlayedWidget.h \
|
||||
src/components/tracklistWidget/tracklistwidget.h \
|
||||
src/windows/albumSelector/albumSelector.h \
|
||||
src/windows/nowPlaying/nowPlaying.h \
|
||||
src/layout/flowLayout/flowLayout.h \
|
||||
src/data/cleanerScripts.h \
|
||||
src/windows/musicSelector/musicSelector.h \
|
||||
src/windows/playerWindow/playerWindow.h \
|
||||
src/data/albumInformation.h \
|
||||
src/layout/flowLayout/flowLayout.h
|
||||
src/components/albumSelector/albumTile/albumtile.h \
|
||||
src/components/nowPlaying/spinningAlbumArt/spinningalbumart.h \
|
||||
src/components/nowPlaying/timePlayedWidget/timePlayedWidget.h \
|
||||
src/components/nowPlaying/tracklistWidget/tracklistwidget.h
|
||||
|
||||
# ----------------------------------------------------
|
||||
# UI Forms
|
||||
# ----------------------------------------------------
|
||||
|
||||
FORMS += \
|
||||
src/windows/musicSelector/musicSelector.ui
|
||||
src/windows/albumSelector/albumSelector.ui
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Deployment
|
||||
|
||||
Reference in New Issue
Block a user