blob: 60e008b57492d4a14e77083485230e5c8c0f9264 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// This file is part of MXE. See LICENSE.md for licensing information.
// Source: https://github.com/mxe/mxe/issues/1185
#include <QUiLoader>
int main() {
QUiLoader l;
return 0;
}
|