diff options
author | Arno <am@disconnect.de> | 2010-05-10 18:48:31 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-05-10 18:48:31 +0200 |
commit | 8e1b2c03076b9908fbc8eafe861845c2d11bd7f0 (patch) | |
tree | 5e6c563853b38211c00f5026308660af5957b9f7 /shemov.pro | |
parent | 9f0caecf7875f998dc9c85d4f35f985335222d67 (diff) | |
download | SheMov-8e1b2c03076b9908fbc8eafe861845c2d11bd7f0.tar.gz SheMov-8e1b2c03076b9908fbc8eafe861845c2d11bd7f0.tar.bz2 SheMov-8e1b2c03076b9908fbc8eafe861845c2d11bd7f0.zip |
Redesign of ConfigurationDialog
Revamped ConfigurationDialog for more than one movie player or picture
viewers. Introduced a new widget ProgramConfigurator.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -39,7 +39,8 @@ SOURCES = main.cpp \ fileinfoitem.cpp \ fileinfomodel.cpp \ actorcountmodel.cpp \ - graphbarwidget.cpp + graphbarwidget.cpp \ + programconfigurator.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -74,7 +75,8 @@ HEADERS = listitem.h \ fileinfoitem.h \ fileinfomodel.h \ actorcountmodel.h \ - graphbarwidget.h + graphbarwidget.h \ + programconfigurator.h LIBS += -lmagic LIBS += -lcryptopp INCLUDEPATH += /usr/include/cryptopp |