mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Nettoyage du trunk : deplacement des sources dans un sous-repertoire
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@364 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
1a11287dfc
commit
818982272f
280
qelectrotech.pro
280
qelectrotech.pro
@ -34,148 +34,148 @@ DEFINES += QET_ALLOW_OVERRIDE_CD_OPTION
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
DEPENDPATH += . editor lang
|
||||
INCLUDEPATH += . editor
|
||||
DEPENDPATH += . sources sources/editor lang
|
||||
INCLUDEPATH += sources sources/editor
|
||||
|
||||
# Fichiers sources
|
||||
HEADERS += aboutqet.h \
|
||||
borderinset.h \
|
||||
conductor.h \
|
||||
conductorprofile.h \
|
||||
conductorproperties.h \
|
||||
conductorpropertieswidget.h \
|
||||
conductorsegment.h \
|
||||
conductorsegmentprofile.h \
|
||||
configdialog.h \
|
||||
configpages.h \
|
||||
customelement.h \
|
||||
diagram.h \
|
||||
diagramcommands.h \
|
||||
diagramcontent.h \
|
||||
diagramprintdialog.h \
|
||||
diagramview.h \
|
||||
diagramtextitem.h \
|
||||
element.h \
|
||||
elementdeleter.h \
|
||||
elementscategorieslist.h \
|
||||
elementscategorieswidget.h \
|
||||
elementscategory.h \
|
||||
elementscategorydeleter.h \
|
||||
elementscategoryeditor.h \
|
||||
elementspanel.h \
|
||||
elementspanelwidget.h \
|
||||
elementtextitem.h \
|
||||
exportdialog.h \
|
||||
fixedelement.h \
|
||||
hotspoteditor.h \
|
||||
insetproperties.h \
|
||||
insetpropertieswidget.h \
|
||||
nameslist.h \
|
||||
nameslistwidget.h \
|
||||
newelementwizard.h \
|
||||
orientationset.h \
|
||||
orientationsetwidget.h \
|
||||
qet.h \
|
||||
qetapp.h \
|
||||
qetarguments.h \
|
||||
qetdiagrameditor.h \
|
||||
qetsingleapplication.h \
|
||||
qgimanager.h \
|
||||
recentfiles.h \
|
||||
terminal.h \
|
||||
editor/arceditor.h \
|
||||
editor/circleeditor.h \
|
||||
editor/customelementgraphicpart.h \
|
||||
editor/customelementpart.h \
|
||||
editor/editorcommands.h \
|
||||
editor/elementitemeditor.h \
|
||||
editor/elementscene.h \
|
||||
editor/elementview.h \
|
||||
editor/ellipseeditor.h \
|
||||
editor/lineeditor.h \
|
||||
editor/partarc.h \
|
||||
editor/partcircle.h \
|
||||
editor/partellipse.h \
|
||||
editor/partline.h \
|
||||
editor/partpolygon.h \
|
||||
editor/partterminal.h \
|
||||
editor/parttext.h \
|
||||
editor/parttextfield.h \
|
||||
editor/polygoneditor.h \
|
||||
editor/qetelementeditor.h \
|
||||
editor/styleeditor.h \
|
||||
editor/terminaleditor.h \
|
||||
editor/texteditor.h \
|
||||
editor/textfieldeditor.h
|
||||
SOURCES += aboutqet.cpp \
|
||||
borderinset.cpp \
|
||||
conductor.cpp \
|
||||
conductorprofile.cpp \
|
||||
conductorproperties.cpp \
|
||||
conductorpropertieswidget.cpp \
|
||||
conductorsegment.cpp \
|
||||
customelement.cpp \
|
||||
configdialog.cpp \
|
||||
configpages.cpp \
|
||||
diagram.cpp \
|
||||
diagramcommands.cpp \
|
||||
diagramcontent.cpp \
|
||||
diagramprintdialog.cpp \
|
||||
diagramtextitem.cpp \
|
||||
diagramview.cpp \
|
||||
element.cpp \
|
||||
elementdeleter.cpp \
|
||||
elementscategorieslist.cpp \
|
||||
elementscategorieswidget.cpp \
|
||||
elementscategory.cpp \
|
||||
elementscategorydeleter.cpp \
|
||||
elementscategoryeditor.cpp \
|
||||
elementspanel.cpp \
|
||||
elementspanelwidget.cpp \
|
||||
elementtextitem.cpp \
|
||||
exportdialog.cpp \
|
||||
fixedelement.cpp \
|
||||
hotspoteditor.cpp \
|
||||
insetproperties.cpp \
|
||||
insetpropertieswidget.cpp \
|
||||
main.cpp \
|
||||
nameslist.cpp \
|
||||
nameslistwidget.cpp \
|
||||
newelementwizard.cpp \
|
||||
orientationset.cpp \
|
||||
orientationsetwidget.cpp \
|
||||
qet.cpp \
|
||||
qetapp.cpp \
|
||||
qetarguments.cpp \
|
||||
qetdiagrameditor.cpp \
|
||||
qetsingleapplication.cpp \
|
||||
qgimanager.cpp \
|
||||
recentfiles.cpp \
|
||||
terminal.cpp \
|
||||
editor/arceditor.cpp \
|
||||
editor/circleeditor.cpp \
|
||||
editor/customelementgraphicpart.cpp \
|
||||
editor/customelementpart.cpp \
|
||||
editor/editorcommands.cpp \
|
||||
editor/elementitemeditor.cpp \
|
||||
editor/elementscene.cpp \
|
||||
editor/elementview.cpp \
|
||||
editor/ellipseeditor.cpp \
|
||||
editor/lineeditor.cpp \
|
||||
editor/partarc.cpp \
|
||||
editor/partcircle.cpp \
|
||||
editor/partellipse.cpp \
|
||||
editor/partline.cpp \
|
||||
editor/partpolygon.cpp \
|
||||
editor/partterminal.cpp \
|
||||
editor/parttext.cpp \
|
||||
editor/parttextfield.cpp \
|
||||
editor/polygoneditor.cpp \
|
||||
editor/qetelementeditor.cpp \
|
||||
editor/styleeditor.cpp \
|
||||
editor/terminaleditor.cpp \
|
||||
editor/texteditor.cpp \
|
||||
editor/textfieldeditor.cpp
|
||||
HEADERS += sources/aboutqet.h \
|
||||
sources/borderinset.h \
|
||||
sources/conductor.h \
|
||||
sources/conductorprofile.h \
|
||||
sources/conductorproperties.h \
|
||||
sources/conductorpropertieswidget.h \
|
||||
sources/conductorsegment.h \
|
||||
sources/conductorsegmentprofile.h \
|
||||
sources/configdialog.h \
|
||||
sources/configpages.h \
|
||||
sources/customelement.h \
|
||||
sources/diagram.h \
|
||||
sources/diagramcommands.h \
|
||||
sources/diagramcontent.h \
|
||||
sources/diagramprintdialog.h \
|
||||
sources/diagramview.h \
|
||||
sources/diagramtextitem.h \
|
||||
sources/element.h \
|
||||
sources/elementdeleter.h \
|
||||
sources/elementscategorieslist.h \
|
||||
sources/elementscategorieswidget.h \
|
||||
sources/elementscategory.h \
|
||||
sources/elementscategorydeleter.h \
|
||||
sources/elementscategoryeditor.h \
|
||||
sources/elementspanel.h \
|
||||
sources/elementspanelwidget.h \
|
||||
sources/elementtextitem.h \
|
||||
sources/exportdialog.h \
|
||||
sources/fixedelement.h \
|
||||
sources/hotspoteditor.h \
|
||||
sources/insetproperties.h \
|
||||
sources/insetpropertieswidget.h \
|
||||
sources/nameslist.h \
|
||||
sources/nameslistwidget.h \
|
||||
sources/newelementwizard.h \
|
||||
sources/orientationset.h \
|
||||
sources/orientationsetwidget.h \
|
||||
sources/qet.h \
|
||||
sources/qetapp.h \
|
||||
sources/qetarguments.h \
|
||||
sources/qetdiagrameditor.h \
|
||||
sources/qetsingleapplication.h \
|
||||
sources/qgimanager.h \
|
||||
sources/recentfiles.h \
|
||||
sources/terminal.h \
|
||||
sources/editor/arceditor.h \
|
||||
sources/editor/circleeditor.h \
|
||||
sources/editor/customelementgraphicpart.h \
|
||||
sources/editor/customelementpart.h \
|
||||
sources/editor/editorcommands.h \
|
||||
sources/editor/elementitemeditor.h \
|
||||
sources/editor/elementscene.h \
|
||||
sources/editor/elementview.h \
|
||||
sources/editor/ellipseeditor.h \
|
||||
sources/editor/lineeditor.h \
|
||||
sources/editor/partarc.h \
|
||||
sources/editor/partcircle.h \
|
||||
sources/editor/partellipse.h \
|
||||
sources/editor/partline.h \
|
||||
sources/editor/partpolygon.h \
|
||||
sources/editor/partterminal.h \
|
||||
sources/editor/parttext.h \
|
||||
sources/editor/parttextfield.h \
|
||||
sources/editor/polygoneditor.h \
|
||||
sources/editor/qetelementeditor.h \
|
||||
sources/editor/styleeditor.h \
|
||||
sources/editor/terminaleditor.h \
|
||||
sources/editor/texteditor.h \
|
||||
sources/editor/textfieldeditor.h
|
||||
SOURCES += sources/aboutqet.cpp \
|
||||
sources/borderinset.cpp \
|
||||
sources/conductor.cpp \
|
||||
sources/conductorprofile.cpp \
|
||||
sources/conductorproperties.cpp \
|
||||
sources/conductorpropertieswidget.cpp \
|
||||
sources/conductorsegment.cpp \
|
||||
sources/customelement.cpp \
|
||||
sources/configdialog.cpp \
|
||||
sources/configpages.cpp \
|
||||
sources/diagram.cpp \
|
||||
sources/diagramcommands.cpp \
|
||||
sources/diagramcontent.cpp \
|
||||
sources/diagramprintdialog.cpp \
|
||||
sources/diagramtextitem.cpp \
|
||||
sources/diagramview.cpp \
|
||||
sources/element.cpp \
|
||||
sources/elementdeleter.cpp \
|
||||
sources/elementscategorieslist.cpp \
|
||||
sources/elementscategorieswidget.cpp \
|
||||
sources/elementscategory.cpp \
|
||||
sources/elementscategorydeleter.cpp \
|
||||
sources/elementscategoryeditor.cpp \
|
||||
sources/elementspanel.cpp \
|
||||
sources/elementspanelwidget.cpp \
|
||||
sources/elementtextitem.cpp \
|
||||
sources/exportdialog.cpp \
|
||||
sources/fixedelement.cpp \
|
||||
sources/hotspoteditor.cpp \
|
||||
sources/insetproperties.cpp \
|
||||
sources/insetpropertieswidget.cpp \
|
||||
sources/main.cpp \
|
||||
sources/nameslist.cpp \
|
||||
sources/nameslistwidget.cpp \
|
||||
sources/newelementwizard.cpp \
|
||||
sources/orientationset.cpp \
|
||||
sources/orientationsetwidget.cpp \
|
||||
sources/qet.cpp \
|
||||
sources/qetapp.cpp \
|
||||
sources/qetarguments.cpp \
|
||||
sources/qetdiagrameditor.cpp \
|
||||
sources/qetsingleapplication.cpp \
|
||||
sources/qgimanager.cpp \
|
||||
sources/recentfiles.cpp \
|
||||
sources/terminal.cpp \
|
||||
sources/editor/arceditor.cpp \
|
||||
sources/editor/circleeditor.cpp \
|
||||
sources/editor/customelementgraphicpart.cpp \
|
||||
sources/editor/customelementpart.cpp \
|
||||
sources/editor/editorcommands.cpp \
|
||||
sources/editor/elementitemeditor.cpp \
|
||||
sources/editor/elementscene.cpp \
|
||||
sources/editor/elementview.cpp \
|
||||
sources/editor/ellipseeditor.cpp \
|
||||
sources/editor/lineeditor.cpp \
|
||||
sources/editor/partarc.cpp \
|
||||
sources/editor/partcircle.cpp \
|
||||
sources/editor/partellipse.cpp \
|
||||
sources/editor/partline.cpp \
|
||||
sources/editor/partpolygon.cpp \
|
||||
sources/editor/partterminal.cpp \
|
||||
sources/editor/parttext.cpp \
|
||||
sources/editor/parttextfield.cpp \
|
||||
sources/editor/polygoneditor.cpp \
|
||||
sources/editor/qetelementeditor.cpp \
|
||||
sources/editor/styleeditor.cpp \
|
||||
sources/editor/terminaleditor.cpp \
|
||||
sources/editor/texteditor.cpp \
|
||||
sources/editor/textfieldeditor.cpp
|
||||
RESOURCES += qelectrotech.qrc
|
||||
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
|
||||
RC_FILE = ico/windows_icon/application_icon/qelectrotech.rc
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user