]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added more visual feedback to Dimension type changing buttons.
[architektonas] / architektonas.pro
index e8099118e552a045f2d216bb49e76b2fa4f01a8c..eea6798fbcaa90ced5f0b118a11c9803d86dffb4 100644 (file)
@@ -18,6 +18,10 @@ MOC_DIR     = obj
 RCC_DIR     = obj
 UI_DIR      = obj
 
+# Icon on Win32, Mac
+win32 { LIBS += res/architektonas-icon.o }
+macx  { ICON = architektonas-icon.icns }
+
 INCLUDEPATH += \
        src
 #      fparser \
@@ -62,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 \
@@ -70,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 = \
@@ -95,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 \
@@ -102,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