Warning, /education/labplot/tests/import_export/ASCII/MqttTest/MQTT_test.pro is written in an unsupported language. File is not indexed.
0001 QT += core gui network widgets mqtt 0002 0003 # The following define makes your compiler emit warnings if you use 0004 # any feature of Qt which as been marked as deprecated (the exact warnings 0005 # depend on your compiler). Please consult the documentation of the 0006 # deprecated API in order to know how to port your code away from it. 0007 DEFINES += QT_DEPRECATED_WARNINGS 0008 0009 # You can also make your code fail to compile if you use deprecated APIs. 0010 # In order to do so, uncomment the following line. 0011 # You can also select to disable deprecated APIs only up to a certain version of Qt. 0012 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 0013 0014 SOURCES += main.cpp\ 0015 MQTT_test.cpp 0016 0017 HEADERS += MQTT_test.h 0018 FORMS += MQTT_test.ui