blob: c5cedf4e6eacd6f8c1f8e767dfddbf4f0d81c6d2 [file] [log] [blame]
TEMPLATE = app
QT += quick qml
CONFIG += qmltypes
QML_IMPORT_NAME = Example
QML_IMPORT_MAJOR_VERSION = 1
HEADERS += maskedmousearea.h
SOURCES += main.cpp \
maskedmousearea.cpp
RESOURCES += maskedmousearea.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/maskedmousearea
INSTALLS += target