Skip to content

Instantly share code, notes, and snippets.

@JetLua
Last active April 9, 2017 15:53
Show Gist options
  • Save JetLua/9b6142881c47f0ff8942fbc044cd3969 to your computer and use it in GitHub Desktop.
Save JetLua/9b6142881c47f0ff8942fbc044cd3969 to your computer and use it in GitHub Desktop.
Qt(vs)设置
INCLUDEPATH += "D:\portable\vs\vc\include" \
"D:\portable\vs\sdk\Include\shared" \
"D:\portable\vs\sdk\Include\ucrt" \
"D:\portable\vs\sdk\Include\um" \
"D:\portable\vs\sdk\Include\winrt"
LIBS += -L"D:\portable\vs\vc\lib\amd64" \
-L"D:\portable\vs\sdk\Lib\um\x64" \
-L"D:\portable\vs\sdk\Lib\ucrt\x64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment