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,14 @@
#pragma once
#include "pch.h"
#include <QComboBox>
#include <QGridLayout>
#include <QHeaderView>
#include <QLabel>
#include <QList>
#include <QListWidget>
#include <QObject>
#include <QString>
#include <QTableWidget>
#include <QWidget>