Your warranties manager
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

44 linhas
808 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. HEADERS += mainwindow.h \
  19. produititem.h \
  20. infosproduitdialog.h \
  21. gestionmagasinsdialog.h \
  22. aboutdialog.h
  23. FORMS += mainwindow.ui \
  24. produititem.ui \
  25. infosproduitdialog.ui \
  26. gestionmagasinsdialog.ui \
  27. aboutdialog.ui
  28. RESOURCES += \
  29. resources.qrc
  30. OTHER_FILES += \
  31. resources.rc
  32. RC_FILE = resources.rc