Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Wine fixme. Running the code displays the following text:
fixme:system:SetProcessDPIAware stub!
fixme:win:FlashWindowEx 0x11df02c
|
Technical facts
Application type(s)
Operating system(s) or programming environment(s)
IDE(s):
Project type:
C++ standard:
Compiler(s):
Libraries used:
Qt: version 4.8.3 (32 bit)
STL: GNU ISO C++ Library, version 4.7.2
QT += core gui
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wextra -Werror
TEMPLATE = app
SOURCES += \
qtmain.cpp
HEADERS +=
OTHER_FILES += \
Licence.txt \
crosscompiletowindows.sh
|
qtmain.cpp
crosscompiletowindows.sh
#!/bin/sh
#From http://richelbilderbeek.nl/CppQtCrosscompileToWindowsExample15.htm
echo "Cross compiling to Windows"
echo "1/2: Creating Windows makefile"
i686-pc-mingw32-qmake CppWineFixme1.pro
echo "2/2: making makefile"
make
echo "Done cross compiling, starting Windows executable with Wine"
cd release
wine CppWineFixme1.exe
|
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.

This page has been created by the tool CodeToHtml