separadas en ficheros todas las clases que habia en custom_widgets.h/.cpp

eliminado c?digo que ya no se usaba en custom_widgets.h/.cpp
This commit is contained in:
Luis Ángel San Martín
2013-05-16 17:05:38 +02:00
parent af6c6c26b5
commit df286875ca
43 changed files with 1491 additions and 1765 deletions

View File

@ -6,7 +6,8 @@ TARGET =
DEPENDPATH += . \
release
INCLUDEPATH += .
INCLUDEPATH += ../common
INCLUDEPATH += ../common \
../custom_widgets
win32 {
INCLUDEPATH += ../dependencies/poppler/include
@ -88,7 +89,9 @@ SOURCES += comic.cpp \
../common/qnaturalsorting.cpp \
../common/yacreader_flow_gl.cpp \
../common/onstart_flow_selection_dialog.cpp
include(../custom_widgets/custom_widgets.pri)
RESOURCES += images.qrc \
files.qrc
RC_FILE = icon.rc