X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=architektonas.pro;h=eea6798fbcaa90ced5f0b118a11c9803d86dffb4;hb=57056be35f9295400dd873a17d8468b3287ebc0c;hp=54e428ea04f38e9f88c818c79caef942722b38d2;hpb=a42277d4d950d32459b16b3ec8ee8287c9c0afab;p=architektonas diff --git a/architektonas.pro b/architektonas.pro index 54e428e..eea6798 100644 --- a/architektonas.pro +++ b/architektonas.pro @@ -66,6 +66,7 @@ HEADERS = \ src/ellipse.h \ src/fileio.h \ src/generaltab.h \ + src/geometry.h \ src/layerwidget.h \ src/layeritemwidget.h \ src/line.h \ @@ -74,8 +75,10 @@ HEADERS = \ src/mathconstants.h \ src/object.h \ src/painter.h \ + src/rotateaction.h \ src/settingsdialog.h \ src/text.h \ + src/trimaction.h \ src/vector.h SOURCES = \ @@ -99,6 +102,7 @@ SOURCES = \ src/ellipse.cpp \ src/fileio.cpp \ src/generaltab.cpp \ + src/geometry.cpp \ src/layerwidget.cpp \ src/layeritemwidget.cpp \ src/line.cpp \ @@ -106,7 +110,9 @@ SOURCES = \ src/mirroraction.cpp \ src/object.cpp \ src/painter.cpp \ + src/rotateaction.cpp \ src/settingsdialog.cpp \ src/text.cpp \ + src/trimaction.cpp \ src/vector.cpp