ChronoCheckMate.pro 1.0 KB

12345678910111213141516171819202122232425
  1. ######################################################################
  2. # Automatically generated by qmake (3.1) Tue Nov 28 15:48:58 2017
  3. ######################################################################
  4. TEMPLATE = app
  5. TARGET = ChronoCheckMate
  6. INCLUDEPATH += .
  7. QT += widgets
  8. # The following define makes your compiler warn you if you use any
  9. # feature of Qt which has been marked as deprecated (the exact warnings
  10. # depend on your compiler). Please consult the documentation of the
  11. # deprecated API in order to know how to port your code away from it.
  12. DEFINES += QT_DEPRECATED_WARNINGS
  13. # You can also make your code fail to compile if you use deprecated APIs.
  14. # In order to do so, uncomment the following line.
  15. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  16. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  17. # Input
  18. HEADERS += Chronometre.h MaFenetre.h \
  19. Dialog.h
  20. SOURCES += Chronometre.cpp MaFenetre.cpp main.cpp \
  21. Dialog.cpp