Element editor : move all graphics part in a single directory

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3628 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun 2015-01-26 08:55:43 +00:00
parent 6256468c8e
commit d40f2c23b1
21 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,7 @@ INCLUDEPATH += sources \
sources/dvevent \ sources/dvevent \
sources/editor \ sources/editor \
sources/editor/esevent \ sources/editor/esevent \
sources/editor/graphicspart \
sources/undocommand sources/undocommand
@ -80,6 +81,7 @@ HEADERS += $$files(sources/*.h) $$files(sources/ui/*.h) $$files(sources/editor/*
$$files(sources/properties/*.h) \ $$files(sources/properties/*.h) \
$$files(sources/editor/ui/*.h) \ $$files(sources/editor/ui/*.h) \
$$files(sources/editor/esevent/*.h) \ $$files(sources/editor/esevent/*.h) \
$$files(sources/editor/graphicspart/*.h) \
$$files(sources/dvevent/*.h) \ $$files(sources/dvevent/*.h) \
$$files(sources/undocommand/*.h) $$files(sources/undocommand/*.h)
@ -87,6 +89,7 @@ SOURCES += $$files(sources/*.cpp) $$files(sources/editor/*.cpp) $$files(sources/
$$files(sources/properties/*.cpp) \ $$files(sources/properties/*.cpp) \
$$files(sources/editor/ui/*.cpp) \ $$files(sources/editor/ui/*.cpp) \
$$files(sources/editor/esevent/*.cpp) \ $$files(sources/editor/esevent/*.cpp) \
$$files(sources/editor/graphicspart/*.h) \
$$files(sources/dvevent/*.cpp) \ $$files(sources/dvevent/*.cpp) \
$$files(sources/undocommand/*.cpp) $$files(sources/undocommand/*.cpp)