Add the HTML Editor !

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2081 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-04-01 13:49:34 +00:00
parent 1a2d82186b
commit b10c83f8fe
46 changed files with 2472 additions and 6 deletions

View File

@@ -63,11 +63,11 @@ DEPENDPATH += .
INCLUDEPATH += sources sources/editor sources/titleblock
# Fichiers sources
HEADERS += sources/*.h sources/editor/*.h sources/titleblock/*.h
SOURCES += sources/*.cpp sources/editor/*.cpp sources/titleblock/*.cpp
HEADERS += sources/*.h sources/ui/*.h sources/editor/*.h sources/titleblock/*.h sources/htmleditor/*.h
SOURCES += sources/*.cpp sources/editor/*.cpp sources/titleblock/*.cpp sources/htmleditor/*.cpp
# Liste des fichiers qui seront incorpores au binaire en tant que ressources Qt
RESOURCES += qelectrotech.qrc
RESOURCES += qelectrotech.qrc sources/htmleditor/htmleditor.qrc
# Liste des ressources Windows
RC_FILE = ico/windows_icon/qelectrotech.rc
@@ -76,7 +76,12 @@ RC_FILE = ico/windows_icon/qelectrotech.rc
TRANSLATIONS += lang/qet_en.ts lang/qet_es.ts lang/qet_fr.ts lang/qet_ru.ts lang/qet_pt.ts lang/qet_cs.ts lang/qet_pl.ts lang/qet_de.ts lang/qet_ro.ts lang/qet_it.ts
# Modules Qt utilises par l'application
QT += xml svg network sql
QT += xml svg network sql webkit
# UI DESIGNER FILES AND GENERATION SOURCES FILES
FORMS = sources/htmleditor/htmleditor.ui sources/htmleditor/inserthtmldialog.ui
UI_SOURCES_DIR = sources/ui/
UI_HEADERS_DIR = sources/ui/
# Configuration de la compilation
CONFIG += debug_and_release warn_on