myzinsky / cloudLogOffline

An App as Offline Frontend for CloudLog
GNU Lesser General Public License v3.0
17 stars 7 forks source link

Get rid of QApplication/QWidgets #92

Closed dg0yt closed 4 months ago

dg0yt commented 7 months ago

I don't see any use of QWidgets, so don't pull it into the app.

dg0yt commented 4 months ago

QML still not standalone? :facepalm:

On Ubuntu, I now arrive at:

ERROR: No native MessageDialog implementation available.
Qt Labs Platform requires Qt Widgets on this setup.
Add 'QT += widgets' to .pro and create QApplication in main().

So another loop...