Easy way to get Web Interface on Mac

Archive of the non-categorized posts related to the QLC+ technical support.
Please do not create new threads here, instead, use the categories above !
Post Reply
sodac
Posts: 1
Joined: Thu Nov 12, 2015 11:15 am
Real Name:

Hi,

is struggled a while to get the web interface running on MAC. The Info in the manual also states that its quite difficult on MAC ond that you need to open the package in the Terminal etc...

I found this solution:
open the apple script editor, and simply create a new app with the following code:

Code: Select all

do shell script "/Applications/QLC+.app/Contents/MacOS/qlcplus -w"
You might have to adjust your path to qlc.

If you save it as a standalone app, you can simply open this app and the -w flag is set!
Post Reply