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.

deuchnord-hermes.pro 1.0 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. settingsdialog.cpp \
  20. manufacturersmanager.cpp
  21. HEADERS += mainwindow.h \
  22. produititem.h \
  23. infosproduitdialog.h \
  24. gestionmagasinsdialog.h \
  25. aboutdialog.h \
  26. scannerdialog.h \
  27. settingsdialog.h \
  28. manufacturersmanager.h
  29. FORMS += mainwindow.ui \
  30. produititem.ui \
  31. infosproduitdialog.ui \
  32. gestionmagasinsdialog.ui \
  33. aboutdialog.ui \
  34. scannerdialog.ui \
  35. settingsdialog.ui
  36. TRANSLATIONS = strings.ts
  37. RESOURCES += \
  38. resources.qrc
  39. OTHER_FILES += \
  40. resources.rc
  41. RC_FILE = resources.rc