| author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
| Fri, 16 Apr 2010 11:39:52 +0300 | |
| branch | RCL_3 |
| changeset 9 | 740e5562c97f |
| parent 0 | 1918ee327afb |
| permissions | -rw-r--r-- |
SOURCES += main.cpp gradients.cpp HEADERS += gradients.h SHARED_FOLDER = ../shared include($$SHARED_FOLDER/shared.pri) RESOURCES += gradients.qrc contains(QT_CONFIG, opengl) { DEFINES += QT_OPENGL_SUPPORT QT += opengl } # install target.path = $$[QT_INSTALL_DEMOS]/gradients sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html sources.path = $$[QT_INSTALL_DEMOS]/gradients INSTALLS += target sources symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)