X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Femufront.pro;h=e12e98a173da6e2c477749efc29602c8bc4322dd;hb=834546992df17f10f984d9aece4c5721cde25b8b;hp=36f2c9e08301be1f5c6dbe271da859bbc3e15e3e;hpb=fc4f578420b02ccb6532815ce651d37186cf2710;p=emufront diff --git a/src/emufront.pro b/src/emufront.pro index 36f2c9e..e12e98a 100644 --- a/src/emufront.pro +++ b/src/emufront.pro @@ -75,7 +75,10 @@ HEADERS += mainwindow.h \ dialogs/platformmaindialog.h \ dialogs/emufrontdatadialog.h \ db/emufrontquerymodel.h \ - db/emufrontfileobjectmodel.h + db/emufrontfileobjectmodel.h \ + db/mediatypemodel.h \ + dialogs/emufrontfileobjectmaindialog.h \ + dialogs/mediatypemaindialog.h SOURCES += main.cpp \ mainwindow.cpp \ db/databasemanager.cpp \ @@ -138,7 +141,10 @@ SOURCES += main.cpp \ dialogs/platformmaindialog.cpp \ dialogs/emufrontdatadialog.cpp \ db/emufrontquerymodel.cpp \ - db/emufrontfileobjectmodel.cpp + db/emufrontfileobjectmodel.cpp \ + db/mediatypemodel.cpp \ + dialogs/emufrontfileobjectmaindialog.cpp \ + dialogs/mediatypemaindialog.cpp OTHER_FILES += CONFIG += mobility