mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
14
Source/Core/DolphinQt/pch_qt.h
Normal file
14
Source/Core/DolphinQt/pch_qt.h
Normal 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>
|
Reference in New Issue
Block a user