diff options
author | Arno <am@disconnect.de> | 2012-02-24 23:32:10 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-02-24 23:32:10 +0100 |
commit | dce686c895fce27cce1d8bf0247c692bd790f93a (patch) | |
tree | bed47f7bed845f88ce70a59729623430f8ad9baa /shemov.pro | |
parent | b8e16c3bddb706ecc195e86eaafb89ed90f9bfc3 (diff) | |
download | SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.tar.gz SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.tar.bz2 SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.zip |
Implemented NewPicsDialog
Version 1 of NewPicsDialog. Just one single tab for adding files. Does
nothing yet besides adding and removing files.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -37,7 +37,8 @@ SOURCES = main.cpp \ propertiesdialog.cpp \ dbanalyzer.cpp \ mappingtreemodel.cpp \ - mappingtreewidget.cpp + mappingtreewidget.cpp \ + newpicsdialog.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -70,6 +71,7 @@ HEADERS = listitem.h \ propertiesdialog.h \ dbanalyzer.h \ mappingtreemodel.h \ - mappingtreewidget.h + mappingtreewidget.h \ + newpicsdialog.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |