Warning, /education/labplot/src/Plugins/UTCDateTimeWidget/UTCDateTimeEdit.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/UTCDateTimeEdit.h
0011 HEADERS += $$PWD/../../commonfrontend/widgets/UTCDateTimeEdit.h \
0012             UTCDateTimeEditPlugin.h
0013 SOURCES += $$PWD/../../commonfrontend/widgets/UTCDateTimeEdit.cpp \
0014             UTCDateTimeEditPlugin.cpp
0015 OTHER_FILES += UTCDateTimeEdit.json