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

#-------------------------------------------------
#
# Project created by QtCreator 2018-10-23T11:13:41
#
#-------------------------------------------------
QT += core gui sql network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ConsultaPrecio_Maxi
TEMPLATE = app
SOURCES += main.cpp\
principal.cpp
HEADERS += principal.h
FORMS += principal.ui
RESOURCES += \
resources.qrc