qtdeclarative/tools/qmleasing/qmleasing.pro

30 lines
465 B
Prolog

QT += qml quick widgets
SOURCES += main.cpp \
splineeditor.cpp \
mainwindow.cpp \
segmentproperties.cpp
RESOURCES = $$PWD/resources.qrc
HEADERS += \
splineeditor.h \
mainwindow.h \
segmentproperties.h
FORMS += \
properties.ui \
pane.ui \
import.ui
QMAKE_TARGET_PRODUCT = qmleasing
QMAKE_TARGET_DESCRIPTION = QML easing curve editor
win32 {
VERSION = $${QT_VERSION}.0
} else {
VERSION = $${QT_VERSION}
}
load(qt_app)