Writing application to cd(solved)
-
hi to every one
i wrote a program and it is a bundle, i use macdeployqt correctly,
but when i write this program to cd it isn't work correctly it gets me error and the program crashed
!http://img4up.com/up2/05507102411358589206.png(error)!
should i do sth elsE?
or should i create a .dmg file?
bye -
sorry again, i have a question
can be the problem for this code?i trace my code and i thoungt it can be for this
@ QDir dir = new QDir("Data/Note");
QStringList filters;
filters << ".html" << "*.htm";
dir->setNameFilters(filters);
myfiles = dir->entryList(QDir::Files);
khandaniha->setUrl(QUrl("Data/NOTE/"+myfiles.at(0)));
khandaniha_count = 0;
@the data folder is near of my program