author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:41:55 +0100 | |
branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET = framebuffer |
|
3 |
CONFIG -= qt |
|
4 |
||
5 |
SOURCES += main.c |
|
6 |
||
7 |
# install |
|
8 |
target.path = $$[QT_INSTALL_EXAMPLES]/qws/framebuffer |
|
9 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS framebuffer.pro |
|
10 |
sources.path = $$[QT_INSTALL_EXAMPLES]/qws/framebuffer |
|
11 |
INSTALLS += target sources |