mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[PR #189] [MERGED] Allow QtWidget-Free builds #233
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/189
Author: @shartte
Created: 4/11/2020
Status: ✅ Merged
Merged: 4/12/2020
Merged by: @pauldotknopf
Base:
develop← Head:non-widget-support📝 Commits (1)
70c23c3Allow QtWidget-Free builds📊 Changes
1 file changed (+11 additions, -1 deletions)
View changed files
📝
src/native/QmlNet/QmlNet/qml/QCoreApplication.cpp(+11 -1)📄 Description
This small change makes the dependency on QApplication dependent on the respective header being available.
My use case for this is that I build Qt statically and link the native QmlNet bits against that.
Since I don't want to use QtWidgets, I configure Qt to not have widgets, but this is the only piece of QmlNet that will actually not compile for me in that case.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.