Hey,

I've installed Qt natively on Raspberry Pi. Now, I opened a remote desktop to the pi, wherein I started qt creator. When I press the run button, the output (MainWindow) also goes to the remote desktop.

I have connected a 3,5" Touchscreen via spi to the pi. The screen itself is working fine, since I can see the raspian desktop on it. Now, the question is how can I force Qt to show the MainWindow on the hardware screen instead of my remote desktop?

Any ideas?

Thanks.