diff --git a/LameXP_VS2010.sln b/LameXP_VS2010.sln
index 267cb238..fe1e5976 100644
--- a/LameXP_VS2010.sln
+++ b/LameXP_VS2010.sln
@@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LameXP", "LameXP_VS2010.vcxproj", "{00FE736A-8DB1-41B3-B915-4CD8DB09EF48}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MUtilities", "..\MUtilities\MUtilities_VS2010.vcxproj", "{55405FE1-149F-434C-9D72-4B64348D2A08}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -16,6 +18,12 @@ Global
{00FE736A-8DB1-41B3-B915-4CD8DB09EF48}.Release_Static|Win32.Build.0 = Release_Static|Win32
{00FE736A-8DB1-41B3-B915-4CD8DB09EF48}.Release|Win32.ActiveCfg = Release|Win32
{00FE736A-8DB1-41B3-B915-4CD8DB09EF48}.Release|Win32.Build.0 = Release|Win32
+ {55405FE1-149F-434C-9D72-4B64348D2A08}.Debug|Win32.ActiveCfg = Debug|Win32
+ {55405FE1-149F-434C-9D72-4B64348D2A08}.Debug|Win32.Build.0 = Debug|Win32
+ {55405FE1-149F-434C-9D72-4B64348D2A08}.Release_Static|Win32.ActiveCfg = Release_Static|Win32
+ {55405FE1-149F-434C-9D72-4B64348D2A08}.Release_Static|Win32.Build.0 = Release_Static|Win32
+ {55405FE1-149F-434C-9D72-4B64348D2A08}.Release|Win32.ActiveCfg = Release|Win32
+ {55405FE1-149F-434C-9D72-4B64348D2A08}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/LameXP_VS2010.vcxproj b/LameXP_VS2010.vcxproj
index 2a67571b..66c95b40 100644
--- a/LameXP_VS2010.vcxproj
+++ b/LameXP_VS2010.vcxproj
@@ -52,18 +52,21 @@
<_ProjectFileVersion>10.0.40219.1
- $(SolutionDir)bin\$(Configuration)\
- $(SolutionDir)obj\$(Configuration)\
+ $(SolutionDir)\bin\$(Platform)\$(Configuration)\
+ $(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\
false
- $(SolutionDir)bin\$(Configuration)\
- $(SolutionDir)obj\$(Configuration)\
+ $(SolutionDir)\bin\$(Platform)\$(Configuration)\
+ $(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\
false
- $(SolutionDir)bin\$(Configuration)\
- $(SolutionDir)obj\$(Configuration)\
+ $(SolutionDir)\bin\$(Platform)\$(Configuration)\
+ $(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\
false
false
false
+
+
+
"$(ProjectDir)\etc\Utilities\AutoInc.exe" "VER_LAMEXP_BUILD" "$(ProjectDir)\src\Config.h"
@@ -75,7 +78,7 @@
Disabled
- $(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\include;$(SolutionDir)\etc\Prerequisites\keccak\include;$(SolutionDir)\etc\Prerequisites\strnatcmp\include;%(AdditionalIncludeDirectories)
+ $(SolutionDir)\tmp\$(ProjectName);$(SolutionDir)\..\MUtilities\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)
_CONFIG_NAME=$(ConfigurationName);WIN32;_DEBUG;_CONSOLE;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_DEBUG;%(PreprocessorDefinitions)
false
EnableFastChecks
@@ -85,28 +88,31 @@
Level3
ProgramDatabase
false
+ true
+ Disabled
- "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions)
- QtCored4.lib;QtGuid4.lib;Winmm.lib;Shlwapi.lib;Sensapi.lib;PowrProf.lib;psapi.lib;QKeccakHash_VS2010.lib;%(AdditionalDependencies)
- $(QTDIR)\lib;$(QTDIR)\plugins\imageformats;$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\lib\Win32;$(SolutionDir)\etc\Prerequisites\keccak\lib\$(Configuration);%(AdditionalLibraryDirectories)
+ "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)
+ QtCored4.lib;QtGuid4.lib;Winmm.lib;Shlwapi.lib;Sensapi.lib;PowrProf.lib;psapi.lib;%(AdditionalDependencies)
+ $(QTDIR)\lib;$(QTDIR)\plugins\imageformats;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32;$(SolutionDir)\etc\Prerequisites\keccak\lib\$(Configuration);%(AdditionalLibraryDirectories)
true
Windows
MachineX86
lamexp_entry_point
- Copy plugin DLL%27s
- mkdir "$(TargetDir)imageformats"
-copy /Y "$(QTDIR)\plugins\imageformats\q???d4.dll" "$(TargetDir)imageformats\"
-copy /Y "$(QTDIR)\plugins\imageformats\q????d4.dll" "$(TargetDir)imageformats\"
-copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.dll" "$(TargetDir)"
-copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifest" "$(TargetDir)"
-
+ Copy VLD DLL%27s
+ copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.dll" "$(TargetDir)"
+copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.manifest" "$(TargetDir)"
_CONFIG_NAME=$(ConfigurationName);%(PreprocessorDefinitions)
+
+
+
+ true
+
@@ -124,7 +130,7 @@ copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifes
Speed
true
true
- $(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\include;$(SolutionDir)\etc\Prerequisites\keccak\include;$(SolutionDir)\etc\Prerequisites\strnatcmp\include;%(AdditionalIncludeDirectories)
+ $(SolutionDir)\tmp\$(ProjectName);$(SolutionDir)\..\MUtilities\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)
_CONFIG_NAME=$(ConfigurationName);WIN32;NDEBUG;_CONSOLE;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_NO_DEBUG;%(PreprocessorDefinitions)
false
Default
@@ -135,20 +141,20 @@ copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifes
NotUsing
Level3
false
- true
+ false
false
-
-
true
false
+ /wd4005 %(AdditionalOptions)
+ false
+ false
- "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions)
- QtCore4.lib;QtGui4.lib;Winmm.lib;Shlwapi.lib;Sensapi.lib;PowrProf.lib;Psapi.lib;QKeccakHash_VS2010.lib;%(AdditionalDependencies)
+ "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)
+ QtCore4.lib;QtGui4.lib;Winmm.lib;Shlwapi.lib;Sensapi.lib;PowrProf.lib;psapi.lib;%(AdditionalDependencies)
LinkVerboseLib
- false
false
@@ -159,26 +165,29 @@ copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifes
UseLinkTimeCodeGeneration
true
MachineX86
- 5.0
lamexp_entry_point
- true
- $(QTDIR)\lib;$(QTDIR)\plugins\imageformats;$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\lib\Win32;$(SolutionDir)\etc\Prerequisites\keccak\lib\$(Configuration);%(AdditionalLibraryDirectories)
+ $(QTDIR)\lib;$(QTDIR)\plugins\imageformats;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32;%(AdditionalLibraryDirectories)
+ true
+ false
- Copy plugin DLL%27s
- mkdir "$(TargetDir)imageformats"
-copy /Y "$(QTDIR)\plugins\imageformats\q???4.dll" "$(TargetDir)imageformats\"
-copy /Y "$(QTDIR)\plugins\imageformats\q????4.dll" "$(TargetDir)imageformats\"
-del "$(TargetDir)imageformats\q???d4.dll"
-
+
+
+
+
_CONFIG_NAME=$(ConfigurationName);%(PreprocessorDefinitions)
+
+ true
+
+
+
@@ -196,8 +205,8 @@ del "$(TargetDir)imageformats\q???d4.dll"
Speed
true
true
- $(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\include;$(SolutionDir)\etc\Prerequisites\keccak\include;$(SolutionDir)\etc\Prerequisites\strnatcmp\include;%(AdditionalIncludeDirectories)
- _CONFIG_NAME=$(ConfigurationName);WIN32;NDEBUG;_CONSOLE;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG;QT_NODLL;%(PreprocessorDefinitions)
+ $(SolutionDir)\tmp\$(ProjectName);$(SolutionDir)\..\MUtilities\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)
+ _CONFIG_NAME=$(ConfigurationName);WIN32;NDEBUG;_CONSOLE;MUTILS_STATIC_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG;QT_NODLL;%(PreprocessorDefinitions)
false
Default
MultiThreaded
@@ -206,19 +215,23 @@ del "$(TargetDir)imageformats\q???d4.dll"
Fast
NotUsing
Level3
-
-
+ None
false
- true
+ false
false
false
true
+ false
+ /wd4005 %(AdditionalOptions)
+ false
+
- "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions)
- QtCore.lib;QtGui.lib;QtSvg.lib;qsvg.lib;qico.lib;qtga.lib;Winmm.lib;imm32.lib;ws2_32.lib;Shlwapi.lib;Sensapi.lib;PowrProf.lib;Psapi.lib;QKeccakHash_VS2010.lib;EncodePointer.lib;%(AdditionalDependencies)
+ "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)
+ QtCore.lib;QtGui.lib;QtSvg.lib;qtmain.lib;qsvg.lib;qico.lib;qtga.lib;Winmm.lib;imm32.lib;ws2_32.lib;Shlwapi.lib;Sensapi.lib;PowrProf.lib;psapi.lib;EncodePointer.lib;%(AdditionalDependencies)
LinkVerboseLib
- $(SolutionDir)\etc\Prerequisites\qt4_static.VS2010\lib;$(SolutionDir)\etc\Prerequisites\qt4_static.VS2010\plugins\imageformats;$(SolutionDir)\etc\Prerequisites\EncodePointer\lib;$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\lib\Win32;$(SolutionDir)\etc\Prerequisites\keccak\lib\$(Configuration);%(AdditionalLibraryDirectories)
+ $(SolutionDir)\..\Prerequisites\Qt4\MSVC-2013\Static\lib;$(SolutionDir)\..\Prerequisites\Qt4\MSVC-2013\Static\plugins\imageformats;$(SolutionDir)\..\Prerequisites\EncodePointer\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32;%(AdditionalLibraryDirectories)
+ %(IgnoreSpecificDefaultLibraries)
false
@@ -228,13 +241,14 @@ del "$(TargetDir)imageformats\q???d4.dll"
UseLinkTimeCodeGeneration
true
MachineX86
- 5.0
lamexp_entry_point
false
true
false
+ false
+
@@ -242,10 +256,18 @@ del "$(TargetDir)imageformats\q???d4.dll"
_CONFIG_NAME=$(ConfigurationName);%(PreprocessorDefinitions)
+ /wd4005 %(AdditionalOptions)
+
+
+
+ true
+
+
+ /wd4005 %(AdditionalOptions)
+
-
@@ -292,13 +314,10 @@ del "$(TargetDir)imageformats\q???d4.dll"
-
-
+
-
-
-
+
@@ -313,7 +332,6 @@ del "$(TargetDir)imageformats\q???d4.dll"
-
@@ -326,263 +344,259 @@ del "$(TargetDir)imageformats\q???d4.dll"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
-
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
-
-
-
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
-
-
-
-
-
-
-
-
-
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
@@ -599,210 +613,180 @@ del "$(TargetDir)imageformats\q???d4.dll"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
@@ -813,494 +797,448 @@ del "$(TargetDir)imageformats\q???d4.dll"
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"orming Custom Build Step
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"orming Custom Build Step
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"orming Custom Build Step
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
-
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
- MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp"
- "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)"
- $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
+ MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"
+ "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)
-
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
Designer
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
Designer
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
-
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(ProjectDir)\res\localization\LameXP_DE.qm;%(AdditionalInputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ $(ProjectDir)\res\localization\LameXP_DE.qm;%(AdditionalInputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ %(AdditionalInputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
Document
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
Document
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
- UIC "$(SolutionDir)tmp\UIC_%(Filename).h"
- "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_%(Filename).h" "%(FullPath)"
-
- $(SolutionDir)tmp\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
+ UIC "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h"
+ "$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h" "%(FullPath)"
+ $(SolutionDir)tmp\$(ProjectName)\UIC_%(Filename).h;%(Outputs)
-
+
Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
-
-
- Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
-
-
- Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
-
-
- Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+
+
+ Document
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+
+
+ Document
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+
+
+ Document
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
Document
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- RCC "$(SolutionDir)tmp\QRC_%(Filename).cpp"
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
- $(SolutionDir)tmp\QRC_%(Filename).cpp;%(Outputs)
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+
+
+ Document
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
+ $(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)
@@ -1311,6 +1249,11 @@ del "$(TargetDir)imageformats\q???d4.dll"
+
+
+ {55405fe1-149f-434c-9d72-4b64348d2a08}
+
+
\ No newline at end of file
diff --git a/LameXP_VS2010.vcxproj.filters b/LameXP_VS2010.vcxproj.filters
index 4a85f392..ca979142 100644
--- a/LameXP_VS2010.vcxproj.filters
+++ b/LameXP_VS2010.vcxproj.filters
@@ -4,111 +4,6 @@
Source Files
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\MOC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
Source Files\Decoders
@@ -256,9 +151,6 @@
Source Files\Threads
-
- Source Files\Misc
-
Source Files\Misc
@@ -280,148 +172,241 @@
Source Files\Encoders
-
- Generated Files\MOC
-
Source Files\Dialogs
-
- Generated Files\MOC
-
Source Files\Models
-
- Generated Files\MOC
-
Source Files\Threads
-
- Generated Files\MOC
-
Source Files\Decoders
Source Files\Encoders
-
- Generated Files\MOC
-
-
- Generated Files\QRC
-
Source Files\Threads
-
- Generated Files\MOC
-
Source Files\Threads
-
- Generated Files\MOC
-
Source Files\Encoders
-
- Generated Files\MOC
-
Source Files\Misc
-
- Generated Files\MOC
-
Source Files\Encoders
-
- Generated Files\MOC
-
Source Files\Threads
-
- Generated Files\MOC
-
Source Files\Encoders
-
- Generated Files\MOC
-
Source Files\Decoders
-
- Generated Files\MOC
-
-
- Source Files\Misc\3rd Party
-
Source Files\Misc
-
- Source Files\Misc
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Generated Files\QRC
-
-
- Source Files
-
Source Files
-
- Source Files
-
Source Files
-
+
Source Files
Source Files
-
- Source Files\Threads
-
-
- Generated Files\MOC
-
Source Files\Encoders
-
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
+ Generated Files\QRC
+
+
Generated Files\MOC
-
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\MOC
+
+
+ Generated Files\QRC
+
+
Generated Files\QRC
@@ -435,30 +420,6 @@
Header Files
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
-
- Generated Files\UIC
-
Header Files\Decoders
@@ -534,15 +495,9 @@
Header Files\Misc
-
- Header Files\Misc
-
Header Files
-
- Generated Files\UIC
-
Header Files\Decoders
@@ -552,18 +507,39 @@
Header Files\Decoders
-
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
+ Generated Files\UIC
+
+
Header Files\Misc
-
- Header Files\Misc
-
-
- Header Files\Misc\3rd Party
-
-
-
-
@@ -713,9 +689,6 @@
Header Files\Encoders
-
- Resources
-
Header Files\Threads
@@ -743,40 +716,48 @@
Dialogs
-
+
+ Header Files\Misc
+
+
Resources
Resources
-
+
+ Resources
+
+
Resources
Resources
-
+
Resources
Resources
-
+
Resources
-
- Header Files\Threads
-
Header Files\Encoders
-
+
+ Resources
+
+
Resources
-
+
+ Miscellaneous
+
@@ -845,19 +826,18 @@
{36024ab5-840b-4c4f-a562-1bd4c15eded9}
-
- {e46f4cc1-5aac-4532-90f4-fc3dfe88350d}
-
-
- {cbf43849-15bc-446f-894b-a5ffd74270e2}
-
-
- {9325bb71-b41e-47b6-858f-7144ec65d551}
+
+ {da2c1d3e-888f-4f4d-98b3-3392faa475c3}
+
+
+ Miscellaneous
+
+
- Manifest
+ Miscellaneous
\ No newline at end of file
diff --git a/src/Config.h b/src/Config.h
index 6ddc61b6..6aa17157 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 1
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 4
-#define VER_LAMEXP_BUILD 1693
+#define VER_LAMEXP_BUILD 1694
#define VER_LAMEXP_CONFG 1558
///////////////////////////////////////////////////////////////////////////////