From 371d1f10db45e86cc839b10e454c269fec2152ff Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 15 Oct 2025 10:27:23 +0200 Subject: [PATCH] adding .pro files --- pws2mqtt-qt.pro | 31 +++++ pws2mqtt-qt.pro.user | 263 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 294 insertions(+) create mode 100644 pws2mqtt-qt.pro create mode 100644 pws2mqtt-qt.pro.user diff --git a/pws2mqtt-qt.pro b/pws2mqtt-qt.pro new file mode 100644 index 0000000..c346d13 --- /dev/null +++ b/pws2mqtt-qt.pro @@ -0,0 +1,31 @@ +QT = gui +QT += network +QT += core +QT += mqtt +QT += httpserver + +LIBS += -lcurl + +CONFIG += c++17 console +CONFIG -= app_bundle + +# You can make your code fail to compile if it uses deprecated APIs. +# In order to do so, uncomment the following line. +#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 + +SOURCES += \ +main.cpp \ +mqtt.cpp \ +pws2mqtt.cpp + +# Default rules for deployment. +qnx: target.path = /tmp/$${TARGET}/bin +else: unix:!android: target.path = /opt/$${TARGET}/bin +!isEmpty(target.path): INSTALLS += target + +HEADERS += \ +httpserver.h \ +mqtt.h \ +pws2mqtt.h \ +version.h + diff --git a/pws2mqtt-qt.pro.user b/pws2mqtt-qt.pro.user new file mode 100644 index 0000000..1d5f1bc --- /dev/null +++ b/pws2mqtt-qt.pro.user @@ -0,0 +1,263 @@ + + + + + + EnvironmentId + {db2284ae-177e-4753-8e1e-1e0e73c52ae1} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + false + true + false + 1 + true + true + 2 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + true + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 2 + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Qt 6.4.1 (qt6) + Qt 6.4.1 (qt6) + {17b0ba8e-e6fe-4c71-98eb-9b4d3bcc4307} + 0 + 0 + 0 + + 0 + /home/daniel/develop/pws2mqtt-qt/../build-pws2mqtt-qt-Qt_6_4_1_qt6-Debug + /home/daniel/develop/build-pws2mqtt-qt-Qt_6_4_1_qt6-Debug + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + + + /home/daniel/develop/pws2mqtt-qt/../build-pws2mqtt-qt-Qt_6_4_1_qt6-Release + /home/daniel/develop/build-pws2mqtt-qt-Qt_6_4_1_qt6-Release + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + + + 0 + /home/daniel/develop/pws2mqtt-qt/../build-pws2mqtt-qt-Qt_6_4_1_qt6-Profile + /home/daniel/develop/build-pws2mqtt-qt-Qt_6_4_1_qt6-Profile + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + 0 + + 3 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + true + + 2 + + Qt4ProjectManager.Qt4RunConfiguration:/home/daniel/develop/pws2mqtt-qt/pws2mqtt-qt.pro + /home/daniel/develop/pws2mqtt-qt/pws2mqtt-qt.pro + false + true + true + false + true + /home/daniel/develop/build-pws2mqtt-qt-Qt_6_4_1_qt6-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + +