ebfbac6145
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
13 lines
333 B
Prolog
13 lines
333 B
Prolog
SOURCES = flickable.cpp main.cpp
|
|
HEADERS = flickable.h
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000CF73
|
|
CONFIG += qt_example
|
|
}
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
|
|
INSTALLS += target sources
|