]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added infrastructure to support mirror tool, cross compile script.
[architektonas] / architektonas.pro
index f0ed68254684877f6af7fb5d7686e5bfeedff562..54e428ea04f38e9f88c818c79caef942722b38d2 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 \
@@ -65,6 +70,7 @@ HEADERS = \
        src/layeritemwidget.h \
        src/line.h \
        src/main.h \
+       src/mirroraction.h \
        src/mathconstants.h \
        src/object.h \
        src/painter.h \
@@ -97,6 +103,7 @@ SOURCES = \
        src/layeritemwidget.cpp \
        src/line.cpp \
        src/main.cpp \
+       src/mirroraction.cpp \
        src/object.cpp \
        src/painter.cpp \
        src/settingsdialog.cpp \