Lector de precio desarrollado en Qt
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.

23 lines
415 B

2 weeks ago
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-10-23T11:13:41
  4. #
  5. #-------------------------------------------------
  6. QT += core gui sql network
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = ConsultaPrecio_Maxi
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. principal.cpp
  12. HEADERS += principal.h
  13. FORMS += principal.ui
  14. RESOURCES += \
  15. resources.qrc