qt5base-lts/examples/richtext/orderform/orderform.pro
David Boddie 0748751c9f Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch).
2011-05-23 14:24:07 +02:00

15 lines
444 B
Prolog

HEADERS = detailsdialog.h \
mainwindow.h
SOURCES = detailsdialog.cpp \
main.cpp \
mainwindow.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/orderform
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS orderform.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/orderform
INSTALLS += target sources
symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example