mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
14 lines
316 B
Prolog
14 lines
316 B
Prolog
|
TEMPLATE = app
|
||
|
INCLUDEPATH += .
|
||
|
|
||
|
HEADERS = bookdelegate.h bookwindow.h initdb.h
|
||
|
RESOURCES = books.qrc
|
||
|
SOURCES = bookdelegate.cpp main.cpp bookwindow.cpp
|
||
|
FORMS = bookwindow.ui
|
||
|
|
||
|
QT += sql widgets widgets
|
||
|
requires(qtConfig(tableview))
|
||
|
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
|
||
|
INSTALLS += target
|