NoPaste

qmake pro

von eggy

SNIPPET_TEXT:
  1. ######################################################################
  2. # Automatically generated by qmake (3.1) Fri Jun 21 22:48:42 2019
  3. ######################################################################
  4.  
  5. TEMPLATE = app
  6. TARGET = AsciiFlowQT
  7. INCLUDEPATH += .
  8.  
  9. QT += widgets
  10.  
  11. # The following define makes your compiler warn you if you use any
  12. # feature of Qt which has been marked as deprecated (the exact warnings
  13. # depend on your compiler). Please consult the documentation of the
  14. # deprecated API in order to know how to port your code away from it.
  15. DEFINES += QT_DEPRECATED_WARNINGS
  16.  
  17. # You can also make your code fail to compile if you use deprecated APIs.
  18. # In order to do so, uncomment the following line.
  19. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  20. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
  21.  
  22. # Input
  23. HEADERS += about.h \
  24.            AsciiArtData.h \
  25.            exportdialog.h \
  26.            importdialog.h \
  27.            ITool.h \
  28.            mainwindow.h \
  29.            qasciiart.h \
  30.            ToolArrow.h \
  31.            ToolClass.h \
  32.            ToolErase.h \
  33.            ToolFreehand.h \
  34.            ToolLine.h \
  35.            ToolMove.h \
  36.            ToolRectangle.h \
  37.            ToolText.h
  38. FORMS += about.ui exportdialog.ui importdialog.ui mainwindow.ui
  39. SOURCES += about.cpp \
  40.            AsciiArtData.cpp \
  41.            exportdialog.cpp \
  42.            importdialog.cpp \
  43.            ITool.cpp \
  44.            main.cpp \
  45.            mainwindow.cpp \
  46.            qasciiart.cpp \
  47.            ToolArrow.cpp \
  48.            ToolClass.cpp \
  49.            ToolErase.cpp \
  50.            ToolFreehand.cpp \
  51.            ToolLine.cpp \
  52.            ToolMove.cpp \
  53.            ToolRectangle.cpp \
  54.            ToolText.cpp
  55. RESOURCES += resource.qrc

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN