ChronoCheckMate.pro 998 B

1234567891011121314151617181920212223242526272829303132333435
  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. OBJECTS_DIR = ./build
  11. MOC_DIR = ./build
  12. RCC_DIR = ./build
  13. # You can make your code fail to compile if you use deprecated APIs.
  14. # In order to do so, uncomment the following line.
  15. # Please consult the documentation of the deprecated API in order to know
  16. # how to port your code away from it.
  17. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  18. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  19. # Input
  20. HEADERS += Chronometre.h \
  21. Dialog.h \
  22. MaFenetre.h \
  23. options.h
  24. SOURCES += main.cpp \
  25. Chronometre.cpp \
  26. Dialog.cpp \
  27. MaFenetre.cpp \
  28. options.cpp
  29. RESOURCES += ressources.qrc