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.
 
 
 

51 lines
944 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. aboutdialog.cpp \
  17. scannerdialog.cpp \
  18. settingsdialog.cpp \
  19. manufacturersmanager.cpp
  20. HEADERS += mainwindow.h \
  21. produititem.h \
  22. infosproduitdialog.h \
  23. aboutdialog.h \
  24. scannerdialog.h \
  25. settingsdialog.h \
  26. manufacturersmanager.h
  27. FORMS += mainwindow.ui \
  28. produititem.ui \
  29. infosproduitdialog.ui \
  30. aboutdialog.ui \
  31. scannerdialog.ui \
  32. settingsdialog.ui
  33. TRANSLATIONS = strings.ts
  34. RESOURCES += \
  35. resources.qrc
  36. OTHER_FILES += \
  37. resources.rc
  38. RC_FILE = resources.rc