Update src.pri

This commit is contained in:
2023-11-06 17:21:33 +01:00
parent 00501a59a2
commit 0f717e7ba5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 11.0.3, 2023-10-27T13:37:33. -->
<!-- Written by QtCreator 11.0.3, 2023-11-04T18:05:12. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
@@ -97,7 +97,7 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.643.gcc_64_kit</value>
<value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">24</value>
<value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">4</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="int" key="EnableQmlDebugging">0</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/sanderspeetjens/Qt/qwt-6.2.0/build-Desktop_Qt_6_4_3_GCC_64bit-Debug</value>

View File

@@ -226,8 +226,8 @@ contains(QWT_CONFIG, QwtPlot) {
greaterThan(QT_MINOR_VERSION, 3) {
HEADERS += qwt_plot_opengl_canvas.h
SOURCES += qwt_plot_opengl_canvas.cpp
# HEADERS += qwt_plot_opengl_canvas.h
# SOURCES += qwt_plot_opengl_canvas.cpp
}
}
else {