dtech
dtech

Reputation: 49279

How to set qrc compression settings in a qbs project?

In a qmake based project, I could do this:

#QMAKE_RESOURCE_FLAGS += -threshold 0 -compress 1

But searching around, I don't seem to find how to do this for a qbs project. Any ideas?

Upvotes: 0

Views: 151

Answers (1)

Christian Kandeler
Christian Kandeler

Reputation: 831

This is not supported at the moment.

Upvotes: 2

Related Questions