From 885cf48ce4b3e3bd76a8a7b6f9f3cdd1015b7191 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 10 Jan 2025 04:33:26 -0500 Subject: [PATCH] Comment dll from project file. --- FastFile_WaW.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FastFile_WaW.pro b/FastFile_WaW.pro index 9a488b9..dda019b 100644 --- a/FastFile_WaW.pro +++ b/FastFile_WaW.pro @@ -4,9 +4,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 -INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um" -LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" \ - -ldxcompiler +#INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um" +#LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" \ +# -ldxcompiler # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line.