Skip to content

Commit

Permalink
Add instructions for creating a store package to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Jun 15, 2017
1 parent eddac63 commit 7d9878e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ Visit the [Neuronify website](http://ovilab.net/neuronify) to download the lates

http://doc.qt.io/qt-5/windows-deployment.html

### Creating a Windows Store app ###

1. Run

qmake -tp vc neuronify.pro "CONFIG+=windeployqt"

2. Open the genereated project file in Visual Studio 2015.
3. Right click on the project and choose to upload using the options under Store.

### Creating a deployable .dmg on Mac

Simply run the following command in the build-directory:
Expand Down

0 comments on commit 7d9878e

Please sign in to comment.