###################################################################### # Automatically generated by qmake (3.1) Fri Jun 21 22:48:42 2019 ###################################################################### TEMPLATE = app TARGET = AsciiFlowQT INCLUDEPATH += . QT += widgets # The following define makes your compiler warn you if you use any # feature of Qt which has been marked as deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS # You can also make your code fail to compile if you use deprecated APIs. # In order to do so, uncomment the following line. # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 # Input HEADERS += about.h \ AsciiArtData.h \ exportdialog.h \ importdialog.h \ ITool.h \ mainwindow.h \ qasciiart.h \ ToolArrow.h \ ToolClass.h \ ToolErase.h \ ToolFreehand.h \ ToolLine.h \ ToolMove.h \ ToolRectangle.h \ ToolText.h FORMS += about.ui exportdialog.ui importdialog.ui mainwindow.ui SOURCES += about.cpp \ AsciiArtData.cpp \ exportdialog.cpp \ importdialog.cpp \ ITool.cpp \ main.cpp \ mainwindow.cpp \ qasciiart.cpp \ ToolArrow.cpp \ ToolClass.cpp \ ToolErase.cpp \ ToolFreehand.cpp \ ToolLine.cpp \ ToolMove.cpp \ ToolRectangle.cpp \ ToolText.cpp RESOURCES += resource.qrc