ChronoCheckMate.pro 943 B

12345678910111213141516171819202122232425262728293031
  1. ######################################################################
  2. # Automatically generated by qmake (3.1) Fri May 14 17:00:36 2021
  3. ######################################################################
  4. TEMPLATE = app
  5. TARGET = ChronoCheckMate
  6. INCLUDEPATH += .
  7. QT += widgets
  8. QT += multimedia
  9. QT += gui
  10. # You can make your code fail to compile if you use deprecated APIs.
  11. # In order to do so, uncomment the following line.
  12. # Please consult the documentation of the deprecated API in order to know
  13. # how to port your code away from it.
  14. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  15. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  16. # Input
  17. HEADERS += Chronometre.h \
  18. Dialog.h \
  19. MaFenetre.h \
  20. options.h
  21. SOURCES += main.cpp \
  22. Chronometre.cpp \
  23. Dialog.cpp \
  24. MaFenetre.cpp \
  25. options.cpp
  26. RESOURCES += ressources.qrc