mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-23 13:09:58 +01:00
Ajout de l'editeur d'elements
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@94 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
######################################################################
|
||||
# Automatically generated by qmake (2.01a) ven. avr. 6 18:45:47 2007
|
||||
# Automatically generated by qmake (2.01a) dim. avr. 29 22:04:08 2007
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += . lang
|
||||
INCLUDEPATH += .
|
||||
DEPENDPATH += . editor lang
|
||||
INCLUDEPATH += . editor
|
||||
|
||||
# Input
|
||||
HEADERS += aboutqet.h \
|
||||
@@ -28,8 +28,28 @@ HEADERS += aboutqet.h \
|
||||
nameslist.h \
|
||||
nameslistwidget.h \
|
||||
newelementwizard.h \
|
||||
qet.h \
|
||||
qetapp.h \
|
||||
terminal.h
|
||||
terminal.h \
|
||||
editor/customelementeditor.h \
|
||||
editor/customelementgraphicpart.h \
|
||||
editor/customelementpart.h \
|
||||
editor/editorscene.h \
|
||||
editor/ellipseeditor.h \
|
||||
editor/lineeditor.h \
|
||||
editor/partellipse.h \
|
||||
editor/partline.h \
|
||||
editor/styleeditor.h \
|
||||
editor/partcircle.h \
|
||||
editor/circleeditor.h \
|
||||
orientationset.h \
|
||||
orientationsetwidget.h \
|
||||
editor/partpolygon.h \
|
||||
editor/polygoneditor.h \
|
||||
editor/partterminal.h \
|
||||
editor/terminaleditor.h \
|
||||
editor/parttext.h \
|
||||
editor/texteditor.h
|
||||
SOURCES += aboutqet.cpp \
|
||||
borderinset.cpp \
|
||||
conducer.cpp \
|
||||
@@ -52,9 +72,27 @@ SOURCES += aboutqet.cpp \
|
||||
nameslistwidget.cpp \
|
||||
newelementwizard.cpp \
|
||||
qetapp.cpp \
|
||||
terminal.cpp
|
||||
terminal.cpp \
|
||||
editor/customelementeditor.cpp \
|
||||
editor/customelementgraphicpart.cpp \
|
||||
editor/customelementpart.cpp \
|
||||
editor/editorscene.cpp \
|
||||
editor/ellipseeditor.cpp \
|
||||
editor/lineeditor.cpp \
|
||||
editor/partellipse.cpp \
|
||||
editor/partline.cpp \
|
||||
editor/styleeditor.cpp \
|
||||
editor/qet.cpp \
|
||||
editor/partcircle.cpp \
|
||||
editor/circleeditor.cpp \
|
||||
orientationset.cpp \
|
||||
orientationsetwidget.cpp \
|
||||
editor/partpolygon.cpp \
|
||||
editor/polygoneditor.cpp \
|
||||
editor/partterminal.cpp \
|
||||
editor/terminaleditor.cpp \
|
||||
editor/parttext.cpp \
|
||||
editor/texteditor.cpp
|
||||
RESOURCES += qelectrotech.qrc
|
||||
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
|
||||
CONFIG += debug warn_on
|
||||
QT += xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user