ed5a7e22be
Functionality has been moved into qt_example.prf Change-Id: I81423eb4c5645f03b131932b2d37eceee9fea086 Reviewed-on: http://codereview.qt.nokia.com/371 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
31 lines
830 B
Prolog
31 lines
830 B
Prolog
HEADERS = mainwindow.h \
|
|
xbelgenerator.h \
|
|
xbelhandler.h
|
|
SOURCES = main.cpp \
|
|
mainwindow.cpp \
|
|
xbelgenerator.cpp \
|
|
xbelhandler.cpp
|
|
QT += xml
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/saxbookmarks
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS saxbookmarks.pro *.xbel
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/saxbookmarks
|
|
INSTALLS += target sources
|
|
|
|
wince*: {
|
|
addFiles.files = frank.xbel jennifer.xbel
|
|
addFiles.path = "\\My Documents"
|
|
DEPLOYMENT += addFiles
|
|
}
|
|
|
|
symbian: {
|
|
TARGET.UID3 = 0xA000C60A
|
|
CONFIG += qt_example
|
|
addFiles.files = frank.xbel jennifer.xbel
|
|
addFiles.path = /data/qt/saxbookmarks
|
|
DEPLOYMENT += addFiles
|
|
}
|
|
maemo5: CONFIG += qt_example
|
|
|