Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
19 lines
633 B
Prolog
19 lines
633 B
Prolog
QT += xmlpatterns
|
|
FORMS += schema.ui schema_mobiles.ui
|
|
HEADERS = mainwindow.h ../shared/xmlsyntaxhighlighter.h
|
|
RESOURCES = schema.qrc
|
|
SOURCES = main.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
|
|
INCLUDEPATH += ../shared/
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html files
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema
|
|
INSTALLS += target sources
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000D7C6
|
|
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
|
}
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
|
|