mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
minor
This commit is contained in:
parent
86766a9090
commit
044c5310f5
@ -91,6 +91,7 @@ INCLUDEPATH += sources \
|
||||
sources/editor/esevent \
|
||||
sources/editor/graphicspart \
|
||||
sources/editor/ui \
|
||||
sources/editor/UndoCommand \
|
||||
sources/undocommand \
|
||||
sources/diagramevent \
|
||||
sources/ElementsCollection \
|
||||
@ -122,6 +123,7 @@ HEADERS += $$files(sources/*.h) $$files(sources/ui/*.h) \
|
||||
$$files(sources/editor/ui/*.h) \
|
||||
$$files(sources/editor/esevent/*.h) \
|
||||
$$files(sources/editor/graphicspart/*.h) \
|
||||
$$files(sources/editor/UndoCommand/*h) \
|
||||
$$files(sources/dvevent/*.h) \
|
||||
$$files(sources/undocommand/*.h) \
|
||||
$$files(sources/diagramevent/*.h) \
|
||||
@ -153,6 +155,7 @@ SOURCES += $$files(sources/*.cpp) \
|
||||
$$files(sources/editor/ui/*.cpp) \
|
||||
$$files(sources/editor/esevent/*.cpp) \
|
||||
$$files(sources/editor/graphicspart/*.cpp) \
|
||||
$$files(sources/editor/UndoCommand/*cpp) \
|
||||
$$files(sources/dvevent/*.cpp) \
|
||||
$$files(sources/undocommand/*.cpp) \
|
||||
$$files(sources/diagramevent/*.cpp) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user