mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
1
This commit is contained in:
22
vpc_scripts/source_lib_qt_win32_base.vpc
Normal file
22
vpc_scripts/source_lib_qt_win32_base.vpc
Normal file
@@ -0,0 +1,22 @@
|
||||
//===================== Copyright (c) Valve Corporation. All Rights Reserved. ======================
|
||||
//
|
||||
//==================================================================================================
|
||||
|
||||
$Macro QT_ROOT "$SRCDIR\thirdparty\lgpl\qt"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
||||
$Include "$SRCDIR\vpc_scripts\qt_base.vpc"
|
||||
|
||||
$Configuration
|
||||
{
|
||||
$Compiler
|
||||
{
|
||||
$AdditionalIncludeDirectories "$BASE;.\;$SRCDIR\game\shared;$QT_ROOT\include;.\$QT_TARGET_SUBDIR"
|
||||
$PreprocessorDefinitions "$BASE;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT"
|
||||
$PreprocessorDefinitions "$BASE;QT_NO_DEBUG" [!$QTDEBUG]
|
||||
$DisableSpecificWarnings "4127;4512;$BASE"
|
||||
|
||||
// Causes a bunch of bogus compiler warnings for now; let's disable it
|
||||
$Detect64bitPortabilityIssues "No"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user