qt5base-lts/examples/painting/pathstroke/pathstroke.pro

21 lines
468 B
Prolog
Raw Normal View History

SOURCES += main.cpp pathstroke.cpp
HEADERS += pathstroke.h
SHARED_FOLDER = ../shared
include($$SHARED_FOLDER/shared.pri)
RESOURCES += pathstroke.qrc
contains(QT_CONFIG, opengl) {
DEFINES += QT_OPENGL_SUPPORT
2011-05-08 07:13:40 +00:00
QT += opengl widgets
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/pathstroke
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/pathstroke
INSTALLS += target sources