in pro file, I have fllowing lines:
MYFILE.files = ./data/latest_used_symbol.xml
contains(MEEGO_EDITION,harmattan) {
MYFILE.path = /home/user/.configure/
INSTALLS += MYFILE
}
so that MYFILE will be installed in to "/home/user/.configure/“ on the target. but it can only be opened by root, not normal user.
how can I make it installed with modes like 755

Reply With Quote

