0ead3b7142
Several of the examples were not even working besides using deprecated classes. Change-Id: I352e0629d490593edcc5868d2ec5a8ff222eaeab Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
16 lines
264 B
Prolog
16 lines
264 B
Prolog
SOURCES += main.cpp pathstroke.cpp
|
|
HEADERS += pathstroke.h
|
|
|
|
SHARED_FOLDER = ../shared
|
|
|
|
include($$SHARED_FOLDER/shared.pri)
|
|
|
|
RESOURCES += pathstroke.qrc
|
|
|
|
QT += widgets
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/pathstroke
|
|
INSTALLS += target
|
|
|