From 922a7702ea05a84cb5272fd1d5ff50e3d873cb6c Mon Sep 17 00:00:00 2001 From: hzq <hzq123456> Date: 星期三, 14 五月 2025 11:18:45 +0800 Subject: [PATCH] 常见错误提交 --- Test/Test.pro | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Test/Test.pro b/Test/Test.pro index 0086fd6..afe781a 100644 --- a/Test/Test.pro +++ b/Test/Test.pro @@ -16,10 +16,14 @@ #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += \ + errorexample.cpp \ + linestyle.cpp \ main.cpp \ mainwindow.cpp HEADERS += \ + errorexample.h \ + linestyle.h \ mainwindow.h FORMS += \ -- Gitblit v1.9.1