qt5base-lts/examples/embedded/lightmaps/lightmaps.pro
Casper van Donderen ebfbac6145 Add the embedded demos-examples to the build.
Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf
Reviewed-on: http://codereview.qt.nokia.com/686
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
2011-06-24 16:47:24 +02:00

22 lines
576 B
Prolog

TEMPLATE = app
HEADERS = lightmaps.h \
mapzoom.h \
slippymap.h
SOURCES = lightmaps.cpp \
main.cpp \
mapzoom.cpp \
slippymap.cpp
QT += network
symbian {
TARGET.UID3 = 0xA000CF75
CONFIG += qt_example
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps
INSTALLS += target sources