diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,6 +5,7 @@ CONFIG += warn_on \ debug CONFIG -= release QT += sql +QT += webkit SOURCES = main.cpp \ filesystemdirproxy.cpp \ filesystemwidget.cpp \ @@ -20,8 +21,6 @@ SOURCES = main.cpp \ statisticsdialog.cpp \ actorwidget.cpp \ actormodel.cpp \ - actorcountmodel.cpp \ - graphbarwidget.cpp \ programconfigurator.cpp \ pictureviewer.cpp \ pictureviewerinfoitem.cpp \ @@ -51,8 +50,6 @@ HEADERS = listitem.h \ statisticsdialog.h \ actorwidget.h \ actormodel.h \ - actorcountmodel.h \ - graphbarwidget.h \ programconfigurator.h \ pictureviewer.h \ pictureviewerinfoitem.h \ |