]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Updated the TODO.
[architektonas] / architektonas.pro
index 5feda569c159da471b70bb5a537ec7eac0907e78..9e1679349f0b76ecf16652e176634d4d85383191 100644 (file)
@@ -2,7 +2,7 @@
 # Architektonas Qt project file
 #
 # by James Hammons
-# Copyright (C) 2015 Underground Software
+# Copyright (C) 2020 Underground Software
 #
 # See the README and GPLv3 files for licensing and warranty information
 #
@@ -11,7 +11,7 @@ CONFIG    += qt warn_on release debug
 #CONFIG    += qt warn_on release
 RESOURCES += res/architektonas.qrc
 #LIBS      += -Ldxflib/lib -ldxf
-QT        += widgets
+QT        += widgets printsupport
 
 # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-)
 OBJECTS_DIR = obj
@@ -52,6 +52,9 @@ HEADERS = \
        src/baseunittab.h \
        src/blockitemwidget.h \
        src/blockwidget.h \
+       src/commandprocessor.h \
+       src/consolewidget.h \
+       src/drawingsettingsdlg.h \
        src/drawingview.h \
        src/fileio.h \
        src/generaltab.h \
@@ -63,9 +66,12 @@ HEADERS = \
        src/mathconstants.h \
        src/objectwidget.h \
        src/painter.h \
+       src/penwidget.h \
+       src/promptlineedit.h \
        src/rect.h \
        src/settingsdialog.h \
        src/structs.h \
+       src/units.h \
        src/utils.h \
        src/vector.h
 
@@ -75,6 +81,9 @@ SOURCES = \
        src/baseunittab.cpp \
        src/blockitemwidget.cpp \
        src/blockwidget.cpp \
+       src/commandprocessor.cpp \
+       src/consolewidget.cpp \
+       src/drawingsettingsdlg.cpp \
        src/drawingview.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
@@ -85,8 +94,12 @@ SOURCES = \
        src/main.cpp \
        src/objectwidget.cpp \
        src/painter.cpp \
+       src/penwidget.cpp \
+       src/promptlineedit.cpp \
        src/rect.cpp \
        src/settingsdialog.cpp \
+       src/structs.cpp \
+       src/units.cpp \
        src/utils.cpp \
        src/vector.cpp