Files clean-up
This commit is contained in:
@@ -9,6 +9,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
# ----------------------------------------------------
|
||||
# Sources
|
||||
# ----------------------------------------------------
|
||||
|
||||
SOURCES += \
|
||||
src/components/albumTile/albumtile.cpp \
|
||||
src/components/spinningAlbumArt/spinningalbumart.cpp \
|
||||
@@ -16,13 +17,12 @@ SOURCES += \
|
||||
src/main.cpp \
|
||||
src/windows/musicSelector/musicSelector.cpp \
|
||||
src/windows/playerWindow/playerWindow.cpp \
|
||||
src/components/albumButton/albumButton.cpp \
|
||||
src/components/mediaButton/mediaButton.cpp \
|
||||
src/layout/flowLayout/flowLayout.cpp
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Headers
|
||||
# ----------------------------------------------------
|
||||
|
||||
HEADERS += \
|
||||
src/components/albumTile/albumtile.h \
|
||||
src/components/spinningAlbumArt/spinningalbumart.h \
|
||||
@@ -30,20 +30,20 @@ HEADERS += \
|
||||
src/data/cleanerScripts.h \
|
||||
src/windows/musicSelector/musicSelector.h \
|
||||
src/windows/playerWindow/playerWindow.h \
|
||||
src/components/albumButton/albumButton.h \
|
||||
src/components/mediaButton/mediaButton.h \
|
||||
src/data/albumInformation.h \
|
||||
src/layout/flowLayout/flowLayout.h
|
||||
|
||||
# ----------------------------------------------------
|
||||
# UI Forms
|
||||
# ----------------------------------------------------
|
||||
|
||||
FORMS += \
|
||||
src/windows/musicSelector/musicSelector.ui
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Deployment
|
||||
# ----------------------------------------------------
|
||||
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||
!isEmpty(target.path): INSTALLS += target
|
||||
@@ -51,6 +51,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||
# ----------------------------------------------------
|
||||
# Files NOT to distribute
|
||||
# ----------------------------------------------------
|
||||
|
||||
DISTFILES += \
|
||||
# Keep Qt Creator's local config OUT of the repo
|
||||
# (Only include this if you want to *explicitly* ship it)
|
||||
|
||||
Reference in New Issue
Block a user