(C++) MxeExample3

January 25, 2018 · View on GitHub

 

 

 

 

 

(C++) MxeExample3

 

QtQt
CreatorLubuntu

 

MXE example 3: Hello Qt is an MXE example to cross-compile a Hello Qt program from GNU/Linux to Windows.

 

Technical facts

 

Application type(s)

Operating system(s) or programming environment(s)

IDE(s):

Project type:

C++ standard:

Compiler(s):

Libraries used:

  • Qt Qt: version 5.4.1 (32 bit)
  • STL STL: GNU ISO C++ Library, version 4.9.2

 

 

 

 

 

Qt project file: ./CppMxeExample3/CppMxeExample3.pro

 


QT       += core gui TARGET = CppMxeExample3 TEMPLATE = app SOURCES += main.cpp\         dialog.cpp HEADERS  += dialog.h FORMS    += dialog.ui

 

 

 

 

 

./CppMxeExample3/dialog.h

 


 

 

 

 

 

./CppMxeExample3/dialog.cpp

 


 

 

 

 

 

./CppMxeExample3/main.cpp