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

@ -9,7 +9,8 @@ INCLUDEPATH += .
INCLUDEPATH += ../common \
./server \
./db \
../YACReader
../YACReader \
../custom_widgets
DEFINES += SERVER_RELEASE
@ -37,8 +38,6 @@ CONFIG += release
CONFIG -= flat
QT += sql network opengl
# Input
HEADERS += comic_flow.h \
create_library_dialog.h \
@ -73,8 +72,8 @@ HEADERS += comic_flow.h \
../common/yacreader_flow_gl.h \
../common/yacreader_global.h \
../common/onstart_flow_selection_dialog.h \
no_libraries_widget.h \
import_widget.h
no_libraries_widget.h \
import_widget.h
SOURCES += comic_flow.cpp \
create_library_dialog.cpp \
@ -109,11 +108,12 @@ SOURCES += comic_flow.cpp \
../common/qnaturalsorting.cpp \
../common/yacreader_flow_gl.cpp \
../common/onstart_flow_selection_dialog.cpp \
no_libraries_widget.cpp \
import_widget.cpp
no_libraries_widget.cpp \
import_widget.cpp \
include(./server/server.pri)
include(../custom_widgets/custom_widgets.pri)
RESOURCES += images.qrc files.qrc
RC_FILE = icon.rc