aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2016-09-15 07:44:58 -0400
committerKen Moore <ken@pcbsd.org>2016-09-15 07:44:58 -0400
commit188efd21b0255be16813438ad593d098526a6745 (patch)
tree776a55dc95241ee7d91018789806d22d1a4b8c3e /src-qt5/desktop-utils/lumina-fm/lumina-fm.pro
parentAdd the new Git cloning wizard to the source tree. This has not been tied int... (diff)
downloadlumina-188efd21b0255be16813438ad593d098526a6745.tar.gz
lumina-188efd21b0255be16813438ad593d098526a6745.tar.bz2
lumina-188efd21b0255be16813438ad593d098526a6745.zip
Add in the new Git Cloning Wizard. Now fully finished yet, but almost there.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/lumina-fm.pro')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/lumina-fm.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro b/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro
index 7876af64..56314ee6 100644
--- a/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro
+++ b/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro
@@ -15,7 +15,8 @@ SOURCES += main.cpp \
BMMDialog.cpp \
widgets/MultimediaWidget.cpp \
widgets/SlideshowWidget.cpp \
- widgets/DirWidget.cpp
+ widgets/DirWidget.cpp \
+ gitWizard.cpp
HEADERS += MainUI.h \
FODialog.h \
@@ -26,14 +27,16 @@ HEADERS += MainUI.h \
widgets/MultimediaWidget.h \
widgets/SlideshowWidget.h \
widgets/DirWidget.h \
- gitCompat.h
+ gitCompat.h \
+ gitWizard.h
FORMS += MainUI.ui \
FODialog.ui \
BMMDialog.ui \
widgets/MultimediaWidget.ui \
widgets/SlideshowWidget.ui \
- widgets/DirWidget.ui
+ widgets/DirWidget.ui \
+ gitWizard.ui
icons.files = Insight-FileManager.png
icons.path = $${L_SHAREDIR}/pixmaps
bgstack15