summaryrefslogtreecommitdiffstats
path: root/examples/sql/cachedtable/cachedtable.pro
blob: 74f83bbec756ad2dec4e788813046f1919f1a80b (plain)
1
2
3
4
5
6
7
8
9
10
HEADERS       = ../connection.h \
                tableeditor.h
SOURCES       = main.cpp \
                tableeditor.cpp
QT           += sql widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/cachedtable
INSTALLS += target