msbuild: add pch for dolphinqt

since this now includes Qt headers it's better than only using
the vanilla DolphinLib one alone (previous behavior before Qt6)
This commit is contained in:
Shawn Hoffman
2022-06-21 13:35:14 -07:00
parent 57750f3d8f
commit b39a11e23b
3 changed files with 28 additions and 4 deletions

View File

@ -0,0 +1 @@
#include "pch_qt.h"