torstaina, toukokuuta 07, 2015

Qt 5.4 and WP8.1 programming

If you make qmake where is myproject.pro file it make all files same place.
Here is solution:

  1. mkdir build
  2. cd build
  3. qmake -tp vc ../myproject.pro
Now you have in build folder *.vcproj file for Visual Studio 2013

Ei kommentteja: