mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-16 03:42:09 +00:00
updated for the latest file additions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16211 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a67645a4bc
commit
c482a06f2d
@ -136,7 +136,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -w34100 -w34189"
|
AdditionalOptions="-Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore","$(QTDIR)\include\QtGui","$(QTDIR)\include",".","$(QTDIR)\include\ActiveQt","release",".",$(QTDIR)\mkspecs\win32-msvc2008"
|
AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore","$(QTDIR)\include\QtGui","$(QTDIR)\include",".","$(QTDIR)\include\ActiveQt","release",".",$(QTDIR)\mkspecs\win32-msvc2008;$(QTDIR)\include\QtXml"
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
|
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
|
||||||
GeneratePreprocessedFile="0"
|
GeneratePreprocessedFile="0"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
@ -206,6 +206,10 @@
|
|||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\preferences\accountdialog.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="call.cpp"
|
RelativePath="call.cpp"
|
||||||
>
|
>
|
||||||
@ -227,11 +231,15 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="prefdialog.cpp"
|
RelativePath="preferences\prefdialog.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\prefportaudio.cpp"
|
RelativePath="preferences\prefportaudio.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\preferences\prefsofia.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
@ -240,6 +248,32 @@
|
|||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="preferences\accountdialog.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="MOC accountdialog.h"
|
||||||
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile debug\moc_accountdialog.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"debug" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\accountdialog.h -o debug\moc_accountdialog.cpp
"
|
||||||
|
AdditionalDependencies="Rem;accountdialog.h"
|
||||||
|
Outputs="debug\moc_accountdialog.cpp"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="MOC accountdialog.h"
|
||||||
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile release\moc_accountdialog.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"release" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\accountdialog.h -o release\moc_accountdialog.cpp
"
|
||||||
|
AdditionalDependencies="Rem;accountdialog.h"
|
||||||
|
Outputs="release\moc_accountdialog.cpp"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="call.h"
|
RelativePath="call.h"
|
||||||
>
|
>
|
||||||
@ -301,7 +335,7 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="prefdialog.h"
|
RelativePath="preferences\prefdialog.h"
|
||||||
>
|
>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
@ -309,7 +343,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="MOC prefdialog.h"
|
Description="MOC prefdialog.h"
|
||||||
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile debug\moc_prefdialog.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"debug" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 prefdialog.h -o debug\moc_prefdialog.cpp
"
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile debug\moc_prefdialog.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"debug" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\prefdialog.h -o debug\moc_prefdialog.cpp
"
|
||||||
AdditionalDependencies="Rem;prefdialog.h"
|
AdditionalDependencies="Rem;prefdialog.h"
|
||||||
Outputs="debug\moc_prefdialog.cpp"
|
Outputs="debug\moc_prefdialog.cpp"
|
||||||
/>
|
/>
|
||||||
@ -320,14 +354,14 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="MOC prefdialog.h"
|
Description="MOC prefdialog.h"
|
||||||
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile release\moc_prefdialog.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"release" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 prefdialog.h -o release\moc_prefdialog.cpp
"
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile release\moc_prefdialog.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"release" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\prefdialog.h -o release\moc_prefdialog.cpp
"
|
||||||
AdditionalDependencies="Rem;prefdialog.h"
|
AdditionalDependencies="Rem;prefdialog.h"
|
||||||
Outputs="release\moc_prefdialog.cpp"
|
Outputs="release\moc_prefdialog.cpp"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\prefportaudio.h"
|
RelativePath="preferences\prefportaudio.h"
|
||||||
>
|
>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
@ -335,7 +369,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="MOC prefportaudio.h"
|
Description="MOC prefportaudio.h"
|
||||||
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile debug\moc_prefportaudio.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"debug" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 prefportaudio.h -o debug\moc_prefportaudio.cpp
"
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile debug\moc_prefportaudio.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"debug" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\prefportaudio.h -o debug\moc_prefportaudio.cpp
"
|
||||||
AdditionalDependencies="Rem;prefportaudio.h"
|
AdditionalDependencies="Rem;prefportaudio.h"
|
||||||
Outputs="debug\moc_prefportaudio.cpp"
|
Outputs="debug\moc_prefportaudio.cpp"
|
||||||
/>
|
/>
|
||||||
@ -346,18 +380,68 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="MOC prefportaudio.h"
|
Description="MOC prefportaudio.h"
|
||||||
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile release\moc_prefportaudio.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"release" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 prefportaudio.h -o release\moc_prefportaudio.cpp
"
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile release\moc_prefportaudio.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"release" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\prefportaudio.h -o release\moc_prefportaudio.cpp
"
|
||||||
AdditionalDependencies="Rem;prefportaudio.h"
|
AdditionalDependencies="Rem;prefportaudio.h"
|
||||||
Outputs="release\moc_prefportaudio.cpp"
|
Outputs="release\moc_prefportaudio.cpp"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="preferences\prefsofia.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="MOC prefsofia.h"
|
||||||
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile debug\moc_prefsofia.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"debug" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\prefsofia.h -o debug\moc_prefsofia.cpp
"
|
||||||
|
AdditionalDependencies="Rem;prefsofia.h"
|
||||||
|
Outputs="debug\moc_prefsofia.cpp"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="MOC prefportaudio.h"
|
||||||
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile release\moc_prefsofia.cpp
$(QTDIR)\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" -I"$(QTDIR)\include" -I"." -I"$(QTDIR)\include\ActiveQt" -I"release" -I"." -I$(QTDIR)\mkspecs\win32-msvc2008 -D_MSC_VER=1500 -DWIN32 preferences\prefsofia.h -o release\moc_prefsofia.cpp
"
|
||||||
|
AdditionalDependencies="Rem;prefsofia.h"
|
||||||
|
Outputs="release\moc_prefsofia.cpp"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Generated Files"
|
Name="Generated Files"
|
||||||
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
|
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
|
||||||
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"
|
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="debug\moc_accountdialog.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="release\moc_accountdialog.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="release\moc_fshost.cpp"
|
RelativePath="release\moc_fshost.cpp"
|
||||||
>
|
>
|
||||||
@ -382,6 +466,18 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="debug\moc_mainwindow.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="release\moc_mainwindow.cpp"
|
RelativePath="release\moc_mainwindow.cpp"
|
||||||
>
|
>
|
||||||
@ -395,10 +491,22 @@
|
|||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="debug\moc_mainwindow.cpp"
|
RelativePath="release\moc_prefdialog.cpp"
|
||||||
>
|
>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Debug|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="release\moc_prefdialog.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="true"
|
ExcludedFromBuild="true"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
@ -419,10 +527,10 @@
|
|||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="release\moc_prefdialog.cpp"
|
RelativePath="debug\moc_prefdialog.cpp"
|
||||||
>
|
>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="true"
|
ExcludedFromBuild="true"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
@ -454,6 +562,30 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="release\moc_prefsofia.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="debug\moc_prefsofia.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
ExcludedFromBuild="true"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="release\qrc_resources.cpp"
|
RelativePath="release\qrc_resources.cpp"
|
||||||
>
|
>
|
||||||
@ -493,6 +625,32 @@
|
|||||||
UniqueIdentifier="{99349809-55BA-4b9d-BF79-8FDBB0286EB3}"
|
UniqueIdentifier="{99349809-55BA-4b9d-BF79-8FDBB0286EB3}"
|
||||||
ParseFiles="false"
|
ParseFiles="false"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="preferences\accountdialog.ui"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="UIC accountdialog.ui"
|
||||||
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile .\ui_accountdialog.h
$(QTDIR)\bin\uic.exe preferences\accountdialog.ui -o ui_accountdialog.h
"
|
||||||
|
AdditionalDependencies="Rem;accountdialog.ui"
|
||||||
|
Outputs="ui_accountdialog.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="UIC accountdialog.ui"
|
||||||
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile .\ui_accountdialog.h
$(QTDIR)\bin\uic.exe preferences\accountdialog.ui -o ui_accountdialog.h
"
|
||||||
|
AdditionalDependencies="Rem;accountdialog.ui"
|
||||||
|
Outputs="ui_accountdialog.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="mainwindow.ui"
|
RelativePath="mainwindow.ui"
|
||||||
>
|
>
|
||||||
@ -520,7 +678,7 @@
|
|||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="prefdialog.ui"
|
RelativePath="preferences\prefdialog.ui"
|
||||||
>
|
>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
@ -528,7 +686,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="UIC prefdialog.ui"
|
Description="UIC prefdialog.ui"
|
||||||
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile .\ui_prefdialog.h
$(QTDIR)\bin\uic.exe prefdialog.ui -o ui_prefdialog.h
"
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile .\ui_prefdialog.h
$(QTDIR)\bin\uic.exe preferences\prefdialog.ui -o ui_prefdialog.h
"
|
||||||
AdditionalDependencies="Rem;prefdialog.ui"
|
AdditionalDependencies="Rem;prefdialog.ui"
|
||||||
Outputs="ui_prefdialog.h"
|
Outputs="ui_prefdialog.h"
|
||||||
/>
|
/>
|
||||||
@ -539,7 +697,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="UIC prefdialog.ui"
|
Description="UIC prefdialog.ui"
|
||||||
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile .\ui_prefdialog.h
$(QTDIR)\bin\uic.exe prefdialog.ui -o ui_prefdialog.h
"
|
CommandLine="Rem IncrediBuild_AllowRemote
Rem IncrediBuild_OutputFile .\ui_prefdialog.h
$(QTDIR)\bin\uic.exe preferences\prefdialog.ui -o ui_prefdialog.h
"
|
||||||
AdditionalDependencies="Rem;prefdialog.ui"
|
AdditionalDependencies="Rem;prefdialog.ui"
|
||||||
Outputs="ui_prefdialog.h"
|
Outputs="ui_prefdialog.h"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user