9 lines
280 B
Prolog
9 lines
280 B
Prolog
|
TEMPLATE = app
|
||
|
SOURCES = main.cpp
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/scroller/graphicsview
|
||
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro
|
||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/scroller/graphicsview
|
||
|
INSTALLS += target sources
|