qt5base-lts/examples/sql/querymodel/querymodel.pro

13 lines
317 B
Prolog
Raw Normal View History

HEADERS = ../connection.h \
customsqlmodel.h \
editablesqlmodel.h
SOURCES = customsqlmodel.cpp \
editablesqlmodel.cpp \
main.cpp
QT += sql widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel
INSTALLS += target