64cb29a252
Change-Id: I2f97985db9e547c37db00c32b2e1a1658f076f75 Reviewed-on: http://codereview.qt.nokia.com/684 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
21 lines
518 B
Prolog
21 lines
518 B
Prolog
RESOURCES += images.qrc
|
|
|
|
HEADERS += mainwindow.h view.h chip.h
|
|
SOURCES += main.cpp
|
|
SOURCES += mainwindow.cpp view.cpp chip.cpp
|
|
|
|
contains(QT_CONFIG, opengl):QT += opengl
|
|
|
|
build_all:!build_pass {
|
|
CONFIG -= build_all
|
|
CONFIG += release
|
|
}
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/chip
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.pro *.html *.doc images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/chip
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|