diff options
Diffstat (limited to '')
| -rw-r--r-- | vsprops/qt.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprops/qt.props b/vsprops/qt.props index f9cfb1e25..484507323 100644 --- a/vsprops/qt.props +++ b/vsprops/qt.props | |||
| @@ -14,11 +14,11 @@ | |||
| 14 | </ItemDefinitionGroup> | 14 | </ItemDefinitionGroup> |
| 15 | <ItemDefinitionGroup> | 15 | <ItemDefinitionGroup> |
| 16 | <UIC> | 16 | <UIC> |
| 17 | <QtUicPrefix>src/ui_</QtUicPrefix> | 17 | <QtUicPrefix>ui_</QtUicPrefix> |
| 18 | <QtUicExt>.h</QtUicExt> | 18 | <QtUicExt>.h</QtUicExt> |
| 19 | </UIC> | 19 | </UIC> |
| 20 | <MOC> | 20 | <MOC> |
| 21 | <QtCommandLine>/I"$(SolutionDir)src\common\src" /I"$(SolutionDir)src\core\src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit"</QtCommandLine> | 21 | <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit"</QtCommandLine> |
| 22 | <QtKeywords>false</QtKeywords> | 22 | <QtKeywords>false</QtKeywords> |
| 23 | </MOC> | 23 | </MOC> |
| 24 | <Link /> | 24 | <Link /> |