qt5base-lts/examples/widgets/painting/deform/deform.pro

21 lines
477 B
Prolog
Raw Normal View History

SOURCES += main.cpp pathdeform.cpp
HEADERS += pathdeform.h
SHARED_FOLDER = ../shared
include($$SHARED_FOLDER/shared.pri)
RESOURCES += deform.qrc
contains(QT_CONFIG, opengl) {
DEFINES += QT_OPENGL_SUPPORT
QT += opengl
}
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/painting/deform
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/painting/deform
INSTALLS += target sources