aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/lumina-fm.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-20 17:04:12 -0400
committerKen Moore <moorekou@gmail.com>2015-08-20 17:04:12 -0400
commita233a037540b965d2c3b8be0b75bf021a0a9a795 (patch)
tree19fe2b4ed8464a16126db3cb3959afd5b4ff2aef /lumina-fm/lumina-fm.pro
parentFix a bug in the color dialog title, it can be used for more than just panels... (diff)
downloadlumina-a233a037540b965d2c3b8be0b75bf021a0a9a795.tar.gz
lumina-a233a037540b965d2c3b8be0b75bf021a0a9a795.tar.bz2
lumina-a233a037540b965d2c3b8be0b75bf021a0a9a795.zip
Another checkpoint in the lumina-fm backend overhaul - still not tied into the general build/use yet.
Diffstat (limited to 'lumina-fm/lumina-fm.pro')
-rw-r--r--lumina-fm/lumina-fm.pro11
1 files changed, 7 insertions, 4 deletions
diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro
index 192f96c7..2a7d0b80 100644
--- a/lumina-fm/lumina-fm.pro
+++ b/lumina-fm/lumina-fm.pro
@@ -20,7 +20,8 @@ SOURCES += main.cpp \
BMMDialog.cpp \
BackgroundWorker.cpp \
widgets/MultimediaWidget.cpp \
- widgets/SlideshowWidget.cpp
+ widgets/SlideshowWidget.cpp \
+ widgets/DirWidget.cpp
HEADERS += MainUI.h \
FODialog.h \
@@ -30,13 +31,15 @@ HEADERS += MainUI.h \
DDFileSystemModel.h \
DirData.h \
widgets/MultimediaWidget.h \
- widgets/SlideshowWidget.h
+ widgets/SlideshowWidget.h \
+ widgets/DirWidget.h
FORMS += MainUI.ui \
FODialog.ui \
BMMDialog.ui \
widgets/MultimediaWidget.ui \
- widgets/SlideshowWidget.ui
+ widgets/SlideshowWidget.ui \
+ widgets/DirWidget.ui
# RESOURCES+= lumina-fm.qrc
@@ -126,4 +129,4 @@ INSTALLS += target dotrans desktop
NO_I18N{
INSTALLS -= dotrans
-} \ No newline at end of file
+}
bgstack15