Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # integrated_platform.pro
- # 综合平台编程器 Qt Widgets 工程配置。
- # Version: 0.1.0
- # Author: QtProXinJe
- # Date: 2026-08-05
-
- QT += core gui widgets serialbus serialport
-
- TEMPLATE = app
- TARGET = integrated_platform
-
- CONFIG += c++17 warn_on
- CONFIG -= app_bundle
-
- INCLUDEPATH += src
-
- SOURCES += \
- src/main.cpp \
- src/ui/main_window.cpp
-
- HEADERS += \
- src/ui/main_window.h
-
- FORMS += \
- src/ui/main_window.ui
|