ChronoCheckMate.pro 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. QT += multimedia
  9. # The following define makes your compiler warn you if you use any
  10. # feature of Qt which has been marked as deprecated (the exact warnings
  11. # depend on your compiler). Please consult the documentation of the
  12. # deprecated API in order to know how to port your code away from it.
  13. DEFINES += QT_DEPRECATED_WARNINGS
  14. # You can also make your code fail to compile if you use deprecated APIs.
  15. # In order to do so, uncomment the following line.
  16. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  17. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  18. # Input
  19. HEADERS += Chronometre.h MaFenetre.h \
  20. Dialog.h \
  21. options.h
  22. SOURCES += Chronometre.cpp MaFenetre.cpp main.cpp \
  23. Dialog.cpp \
  24. options.cpp
  25. RESOURCES += \
  26. ressources.qrc