diff options
| author | Alan Edwardes <[email protected]> | 2013-12-03 10:47:30 +0000 |
|---|---|---|
| committer | Alan Edwardes <[email protected]> | 2013-12-03 10:47:30 +0000 |
| commit | 550992aebacbc7586553c15a3c2120f85a879126 (patch) | |
| tree | c814cf654018acd5d69bb6e4be5dc9900391fd37 /sp/src/vpc_scripts/source_exe_qt_con_base.vpc | |
| parent | VBSP now checks all search paths for an FGD file. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-550992aebacbc7586553c15a3c2120f85a879126.tar.xz source-sdk-2013-550992aebacbc7586553c15a3c2120f85a879126.zip | |
Merge remote-tracking branch 'upstream/master' into vbsp-fixes.
Diffstat (limited to 'sp/src/vpc_scripts/source_exe_qt_con_base.vpc')
| -rw-r--r-- | sp/src/vpc_scripts/source_exe_qt_con_base.vpc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sp/src/vpc_scripts/source_exe_qt_con_base.vpc b/sp/src/vpc_scripts/source_exe_qt_con_base.vpc new file mode 100644 index 00000000..316d6092 --- /dev/null +++ b/sp/src/vpc_scripts/source_exe_qt_con_base.vpc @@ -0,0 +1,16 @@ +// base file for a console app with qt. win32 only for now. CG: I'm not 100% sure this is the right definition, +// but I'm moving the logic here so it doesn't end up pasted into every such app. + +$Include "$SRCDIR\vpc_scripts\source_exe_qt_win32_base.vpc" + +$Configuration +{ + $Linker + { + $SubSystem "Console (/SUBSYSTEM:CONSOLE)" + } + $Compiler + { + $AdditionalIncludeDirectories "$BASE,..\common" + } +} |