Warning, /education/labplot/src/Plugins/NumberSpinBox/NumberSpinBox.pro is written in an unsupported language. File is not indexed.

0001 QT          += widgets uiplugin
0002 CONFIG      += plugin
0003 TEMPLATE    = lib
0004 
0005 target.path = $$[QT_INSTALL_PLUGINS]/designer
0006 INSTALLS += target
0007 
0008 INCLUDEPATH += $$PWD \
0009                 $$PWD/../.. \
0010                 $$PWD/../../commonfrontend/widgets/NumberSpinBox.h
0011 HEADERS += $$PWD/../../commonfrontend/widgets/NumberSpinBox.h \
0012             NumberSpinBoxPlugin.h
0013 SOURCES += $$PWD/../../commonfrontend/widgets/NumberSpinBox.cpp \
0014             NumberSpinBoxPlugin.cpp
0015 OTHER_FILES += NumberSpinBox.json