Skip to content

Instantly share code, notes, and snippets.

@smamran
Last active February 16, 2016 05:39
Show Gist options
  • Select an option

  • Save smamran/77e927ce07a004a6884c to your computer and use it in GitHub Desktop.

Select an option

Save smamran/77e927ce07a004a6884c to your computer and use it in GitHub Desktop.
MinGW

Qmake Qt MinGW Compile Qt project via Command Line

>> qmake
>> mingw32-make -f Makefile.Debug
  [-f Makefile.Debug = Optional]
gcc hello.c -o hello.o -lws2_32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment