Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
808 B

  1. //===================== Copyright (c) Valve Corporation. All Rights Reserved. ======================
  2. //
  3. //==================================================================================================
  4. $Macro QT_ROOT "$SRCDIR\thirdparty\lgpl\qt"
  5. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  6. $Include "$SRCDIR\vpc_scripts\qt_base.vpc"
  7. $Configuration
  8. {
  9. $Compiler
  10. {
  11. $AdditionalIncludeDirectories "$BASE;.\;$SRCDIR\game\shared;$QT_ROOT\include;.\$QT_TARGET_SUBDIR"
  12. $PreprocessorDefinitions "$BASE;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT"
  13. $PreprocessorDefinitions "$BASE;QT_NO_DEBUG" [!$QTDEBUG]
  14. $DisableSpecificWarnings "4127;4512;$BASE"
  15. // Causes a bunch of bogus compiler warnings for now; let's disable it
  16. $Detect64bitPortabilityIssues "No"
  17. }
  18. }