Yes this is a relative path : ../../help/help.html
This relative path is the same path for my .ui file and my .exe file.
my_project
|-- help
| |-- help.html
|
|-- gui
| |-- gui
| |-- help.ui
|
|-- my_app
| |-- { sources }
| |-- release
| |-- my_app.exe
my_project
|-- help
| |-- help.html
|
|-- gui
| |-- gui
| |-- help.ui
|
|-- my_app
| |-- { sources }
| |-- release
| |-- my_app.exe
To copy to clipboard, switch view to plain text mode
But what I don't understand is that I don't move my application when I want to test it
Moreover I must set a relative path, cause this application will be deployed on ifferent OS (Linux, Win98, Win2000 and WinXP). Isn't it possible ?
Bookmarks