]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added infrastructure to support mirror tool, cross compile script.
[architektonas] / architektonas.pro
index 668392e9a4778f146d02bb78a32228dd7e8b05cb..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 \
@@ -45,6 +50,7 @@ HEADERS = \
        src/action.h \
        src/applicationwindow.h \
        src/arc.h \
+       src/baseunittab.h \
        src/blockitemwidget.h \
        src/blockwidget.h \
        src/circle.h \
@@ -64,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 \
@@ -76,6 +83,7 @@ SOURCES = \
        src/action.cpp \
        src/applicationwindow.cpp \
        src/arc.cpp \
+       src/baseunittab.cpp \
        src/blockitemwidget.cpp \
        src/blockwidget.cpp \
        src/circle.cpp \
@@ -95,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 \