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.
 
 
 

52 lines
963 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. 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