Your warranties manager
Não pode escolher mais do que 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.

há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
há 10 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. ICON = hermes.icns
  13. SOURCES += main.cpp\
  14. mainwindow.cpp \
  15. produititem.cpp \
  16. infosproduitdialog.cpp \
  17. aboutdialog.cpp \
  18. scannerdialog.cpp \
  19. settingsdialog.cpp \
  20. manufacturersmanager.cpp
  21. HEADERS += mainwindow.h \
  22. produititem.h \
  23. infosproduitdialog.h \
  24. aboutdialog.h \
  25. scannerdialog.h \
  26. settingsdialog.h \
  27. manufacturersmanager.h
  28. FORMS += mainwindow.ui \
  29. produititem.ui \
  30. infosproduitdialog.ui \
  31. aboutdialog.ui \
  32. scannerdialog.ui \
  33. settingsdialog.ui
  34. TRANSLATIONS = strings.ts
  35. RESOURCES += \
  36. resources.qrc
  37. OTHER_FILES += \
  38. resources.rc
  39. RC_FILE = resources.rc