a889305c7e
all examples compile again
10 lines
294 B
Prolog
10 lines
294 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
|
|
QT += widgets
|