summaryrefslogtreecommitdiffstats
path: root/examples/sql/books/books.pro
blob: 953945912e5269b13b09b17f0a4781bc4abae776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
INCLUDEPATH += .

HEADERS     = bookdelegate.h bookwindow.h initdb.h
RESOURCES   = books.qrc
SOURCES     = bookdelegate.cpp main.cpp bookwindow.cpp

QT += sql widgets widgets
requires(qtConfig(tableview))

target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
INSTALLS += target