therecipe / qt

Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
GNU Lesser General Public License v3.0
10.38k stars 735 forks source link

How to skip uic with qt-deploy ? #954

Open toplinuxsir opened 4 years ago

toplinuxsir commented 4 years ago

How to skip uic with qt-deploy ?

therecipe commented 4 years ago

Hey

Sorry, there is no way to skip it atm (when using qtdeploy). The only way is to rename the "ui" folder or to move the "*.ui" files out of the "ui" folder.

toplinuxsir commented 4 years ago

@therecipe I got it thanks!