Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
20 lines
331 B
Prolog
20 lines
331 B
Prolog
load(qttest_p4)
|
|
TEMPLATE = app
|
|
DEPENDPATH += parser
|
|
INCLUDEPATH += . parser
|
|
|
|
# Input
|
|
HEADERS += parser/parser.h
|
|
SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp
|
|
|
|
CONFIG += no_batch
|
|
QT += network xml
|
|
QT -= gui
|
|
|
|
|
|
wince*|symbian: {
|
|
addFiles.files = encodings parser xmldocs
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
}
|