Your warranties manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

47 lines
877 B

  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-05-07T19:11:58
  4. #
  5. #-------------------------------------------------
  6. CONFIG += c++11
  7. QT += core gui
  8. QT += xml network
  9. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  10. TARGET = deuchnord-hermes
  11. TEMPLATE = app
  12. SOURCES += main.cpp\
  13. mainwindow.cpp \
  14. produititem.cpp \
  15. infosproduitdialog.cpp \
  16. gestionmagasinsdialog.cpp \
  17. aboutdialog.cpp \
  18. scannerdialog.cpp
  19. HEADERS += mainwindow.h \
  20. produititem.h \
  21. infosproduitdialog.h \
  22. gestionmagasinsdialog.h \
  23. aboutdialog.h \
  24. scannerdialog.h
  25. FORMS += mainwindow.ui \
  26. produititem.ui \
  27. infosproduitdialog.ui \
  28. gestionmagasinsdialog.ui \
  29. aboutdialog.ui \
  30. scannerdialog.ui
  31. RESOURCES += \
  32. resources.qrc
  33. OTHER_FILES += \
  34. resources.rc
  35. RC_FILE = resources.rc