Hi
SDK: Qt Creator 2.4.1
Target platfroms: Windows 7, Nokia N9
Is it possible to add project specific files to a project and later find them easily by a clever Qt C++ call, indepedently of the platform on which the application is deployed ?
For example:
I add the file "mydata.xml" to my project (is it important where I add the file in the project structure?)
Then I access it by somethign like
QLocalInstallation::Path.GetAbsolutePathTo("myData.xml") ?
PS
Is something similar possible in QML, that is, I have a .txt file and set a Text components to the file name,
a similar call to Qt.resolvedUrl wich is specifically used to find .qml files
DS
Regards

Reply With Quote

