From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001
From: giy <giy@omp-system.ru>
Date: Fri, 02 Sep 2022 14:16:56 +0300
Subject: [PATCH] Обновление до версии 2.9.0
---
QtVsTools.Core/Resources.cs | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/QtVsTools.Core/Resources.cs b/QtVsTools.Core/Resources.cs
index c8db0c9..79e97a0 100644
--- a/QtVsTools.Core/Resources.cs
+++ b/QtVsTools.Core/Resources.cs
@@ -100,18 +100,11 @@
public const int qtMinFormatVersion_PropertyEval = 303;
// Project properties labels
- public const string projLabelGlobals = "Globals";
public const string projLabelQtSettings = "QtSettings";
public const string uic4Command = "$(QTDIR)\\bin\\uic.exe";
public const string moc4Command = "$(QTDIR)\\bin\\moc.exe";
public const string rcc4Command = "$(QTDIR)\\bin\\rcc.exe";
- public const string lupdateCommand = "\\bin\\lupdate.exe";
- public const string lreleaseCommand = "\\bin\\lrelease.exe";
-
- // All defined paths have to be relative to the project directory!!!
-
- public const string resourceDir = "Resources";
// If those directories do not equal to the project directory
// they have to be added to the include directories for
--
Gitblit v1.9.1