]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Changed Actions to emit signal when needing a graphical update.
[architektonas] / architektonas.pro
index a2b2d49f755924c72d20dd9f37f8c90fdc526b14..edea5ee62184d50c40be368896cf63305a98265f 100644 (file)
@@ -7,7 +7,8 @@
 # See the README and GPLv3 files for licensing and warranty information
 #
 
-CONFIG    += qt warn_on release debug
+#CONFIG    += qt warn_on release debug
+CONFIG    += qt warn_on release
 RESOURCES += res/architektonas.qrc
 #LIBS      += -Ldxflib/lib -ldxf
 
@@ -17,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 \
@@ -61,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 \
@@ -69,6 +75,7 @@ HEADERS = \
        src/mathconstants.h \
        src/object.h \
        src/painter.h \
+       src/rotateaction.h \
        src/settingsdialog.h \
        src/text.h \
        src/vector.h
@@ -94,6 +101,7 @@ SOURCES = \
        src/ellipse.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
+       src/geometry.cpp \
        src/layerwidget.cpp \
        src/layeritemwidget.cpp \
        src/line.cpp \
@@ -101,6 +109,7 @@ SOURCES = \
        src/mirroraction.cpp \
        src/object.cpp \
        src/painter.cpp \
+       src/rotateaction.cpp \
        src/settingsdialog.cpp \
        src/text.cpp \
        src/vector.cpp