Skip to content
Snippets Groups Projects
Commit ce4e4085 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

doc: QtPlayer: check _WIN32 for windows plugins

QWindowsIntegrationPlugin is supposed to be linked against only when the
example is being compiled for Windows platform.
parent 4b60c03d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,9 @@
#ifdef QT_STATIC
# include <QtPlugin>
# ifdef _WIN32
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
# endif
#endif
int main(int argc, char *argv[]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment