Warning, /frameworks/ktexttemplate/examples/books/books.pro is written in an unsupported language. File is not indexed.

0001 TEMPLATE = app
0002 INCLUDEPATH += .
0003 
0004 HEADERS     = bookdelegate.h bookwindow.h initdb.h
0005 RESOURCES   = books.qrc
0006 SOURCES     = bookdelegate.cpp main.cpp bookwindow.cpp
0007 FORMS       = bookwindow.ui
0008 
0009 QT += sql
0010 
0011 target.path = $$[QT_INSTALL_DEMOS]/books
0012 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
0013 sources.path = $$[QT_INSTALL_DEMOS]/books
0014 INSTALLS += target sources
0015 
0016 wince*: {
0017     CONFIG(debug, debug|release):sqlPlugins.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll
0018     CONFIG(release, debug|release):sqlPlugins.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*[^d]4.dll
0019     sqlPlugins.path = sqldrivers
0020     DEPLOYMENT += sqlPlugins
0021 }