File Selectors? http://www.ics.com/blog/mastering-qt-file-selectors
+{selector} /
Sent: Tuesday, January 03, 2017 at 3:31 PM
From: "Bernhard B" <schluc...@gmail.com>
To: interest@qt-project.org
Subject: [Interest] Platform dependent *.qrc entries
From: "Bernhard B" <schluc...@gmail.com>
To: interest@qt-project.org
Subject: [Interest] Platform dependent *.qrc entries
Hi,
is it somehow possible to add a resource to the resources file (*.qrc) depending on the targeted platform? I have a few resources that are only needed on specific targets (e.q Android, iOS). Now I would like to make sure that those resources are only added on the targeted platform (to prevent that the executable gets to big). I know, that I can use different *qrc files (depending on the targeted platform) and include them when needed.android{
RESOURCES += android.qrc
}
RESOURCES += ios.qrc
}
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest