author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
child 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
QT += xmlpatterns |
2 |
FORMS += schema.ui |
|
3 |
HEADERS = mainwindow.h ../shared/xmlsyntaxhighlighter.h |
|
4 |
RESOURCES = schema.qrc |
|
5 |
SOURCES = main.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp |
|
6 |
INCLUDEPATH += ../shared/ |
|
7 |
||
8 |
target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema |
|
9 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html files |
|
10 |
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema |
|
11 |
INSTALLS += target sources |