X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=architektonas.pro;h=138d12985692bcb23b89bc91a818d837dd40bc4b;hb=67fbc130b4b6b4d253f69a9c32980d3d3306def5;hp=f0ed68254684877f6af7fb5d7686e5bfeedff562;hpb=89b8b0c60579d8ef0cf9a13521e7bf7c7864883f;p=architektonas diff --git a/architektonas.pro b/architektonas.pro index f0ed682..138d129 100644 --- a/architektonas.pro +++ b/architektonas.pro @@ -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,10 +66,12 @@ HEADERS = \ src/ellipse.h \ src/fileio.h \ src/generaltab.h \ + src/geometry.h \ src/layerwidget.h \ src/layeritemwidget.h \ src/line.h \ src/main.h \ + src/mirroraction.h \ src/mathconstants.h \ src/object.h \ src/painter.h \ @@ -93,10 +100,12 @@ SOURCES = \ src/ellipse.cpp \ src/fileio.cpp \ src/generaltab.cpp \ + src/geometry.cpp \ src/layerwidget.cpp \ src/layeritemwidget.cpp \ src/line.cpp \ src/main.cpp \ + src/mirroraction.cpp \ src/object.cpp \ src/painter.cpp \ src/settingsdialog.cpp \