From a233a037540b965d2c3b8be0b75bf021a0a9a795 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 20 Aug 2015 17:04:12 -0400 Subject: Another checkpoint in the lumina-fm backend overhaul - still not tied into the general build/use yet. --- lumina-fm/lumina-fm.pro | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lumina-fm/lumina-fm.pro') 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 +} -- cgit