primera versi?n con servidor http incorporado

This commit is contained in:
Luis Ángel San Martín
2012-05-20 23:19:29 +02:00
parent 95817d14ee
commit 2598d6494a
60 changed files with 4751 additions and 3 deletions

View File

@ -6,10 +6,11 @@ TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
INCLUDEPATH += ../common
INCLUDEPATH += ../common \
./server
CONFIG += release
CONFIG -= flat
QT += sql
QT += sql network
# Input
HEADERS += comic_flow.h \
@ -45,6 +46,10 @@ SOURCES += comic_flow.cpp \
../common/qnaturalsorting.cpp \
data_base_management.cpp \
bundle_creator.cpp
include(./server/server.pri)
RESOURCES += images.qrc files.qrc
RC_FILE = icon.rc
@ -52,3 +57,4 @@ TRANSLATIONS = yacreaderlibrary_es.ts
Release:DESTDIR = ../release
Debug:DESTDIR = ../debug