ChronoCheckMate.pro 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. QT += gui
  10. # The following define makes your compiler warn you if you use any
  11. # feature of Qt which has been marked as deprecated (the exact warnings
  12. # depend on your compiler). Please consult the documentation of the
  13. # deprecated API in order to know how to port your code away from it.
  14. DEFINES += QT_DEPRECATED_WARNINGS
  15. # You can also make your code fail to compile if you use deprecated APIs.
  16. # In order to do so, uncomment the following line.
  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 MaFenetre.h \
  21. Dialog.h \
  22. options.h
  23. SOURCES += Chronometre.cpp MaFenetre.cpp main.cpp \
  24. Dialog.cpp \
  25. options.cpp
  26. RESOURCES += \
  27. ressources.qrc
  28. FORMS +=