You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/qttools-test.cpp

11 lines
191 B

// 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;
}