diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa321cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +.DS_Store +Xiasl.pro.user +Xiasl.pro.user +Xiasl.pro.user +Xiasl.pro.user +*.user +Xiasl.pro.user +Xiasl.pro.user diff --git a/Xiasl.pro b/Xiasl.pro index d2cd086..e8dee5d 100644 --- a/Xiasl.pro +++ b/Xiasl.pro @@ -167,7 +167,7 @@ RESOURCES += \ my.qrc CONFIG(debug,debug|release) { - DESTDIR = $$absolute_path($${_PRO_FILE_PWD_}/bin/debug) + #DESTDIR = $$absolute_path($${_PRO_FILE_PWD_}/bin/debug) } else { - DESTDIR = $$absolute_path($${_PRO_FILE_PWD_}/bin/release) + #DESTDIR = $$absolute_path($${_PRO_FILE_PWD_}/bin/release) } diff --git a/Xiasl.pro.user b/Xiasl.pro.user index d029ab1..394531e 100644 --- a/Xiasl.pro.user +++ b/Xiasl.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -100,8 +100,8 @@ 0 0 - /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Debug - /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Debug + /Users/hz/Documents/GitHub/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Debug + /Users/hz/Documents/GitHub/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Debug true @@ -139,8 +139,8 @@ 2 - /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Release - /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Release + /Users/hz/Documents/GitHub/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Release + /Users/hz/Documents/GitHub/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Release true @@ -180,8 +180,8 @@ 0 - /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Profile - /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Profile + /Users/hz/Documents/GitHub/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Profile + /Users/hz/Documents/GitHub/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Profile true diff --git a/mainwindow.cpp b/mainwindow.cpp index 1df84b6..55765fb 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -14,7 +14,7 @@ #endif #include "methods.h" -QString CurVersion = "1.1.66"; +QString CurVersion = "1.1.67"; QString fileName, curFile, dragFileName, findStr, findPath, search_string, curFindFile; @@ -828,7 +828,7 @@ void MainWindow::getACPITables(bool ssdt) { QProcess iasl; QStringList ssdtFiles; - QString acpiDir = QDir::homePath() + "/Desktop/ACPI Tables/"; + QString acpiDir = QDir::homePath() + "/Xiasl/ACPI Tables/"; QDir dir; if (dir.mkpath(acpiDir)) {