File: qobjectxmlmodel.pro

package info (click to toggle)
qt4-x11 4.4.3-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 339,184 kB
  • ctags: 230,663
  • sloc: cpp: 1,365,310; ansic: 343,027; sh: 25,253; xml: 13,859; python: 6,110; perl: 5,064; yacc: 2,295; asm: 1,988; makefile: 712; ruby: 493; sed: 24
file content (12 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12

FORMS       += forms/mainwindow.ui
QT +=       xmlpatterns webkit
SOURCES     += qobjectxmlmodel.cpp main.cpp mainwindow.cpp
HEADERS     += qobjectxmlmodel.h  mainwindow.h
RESOURCES   = queries.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/qobjectxmlmodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/qobjectxmlmodel
INSTALLS += target sources