[maemo-developers] QtCreator, libraries, and multiple platforms
From: Daniil Ivanov daniil.ivanov at gmail.comDate: Sat Aug 6 09:53:10 EEST 2011
- Previous message: QtCreator, libraries, and multiple platforms
- Next message: QtCreator, libraries, and multiple platforms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi David! There is no difference in building static and dynamically linked library as part of qmake project as such. It's hard to say what is the problem without seeing project files. My guess there is wrong path in one of variables added to INSTALLS qmake variable ~Daniil On Sat, Aug 6, 2011 at 1:04 AM, David Talmage <talmage at acm.org> wrote: > Thanks, Daniil! This is nearly working. > > I structured my directories as you advised. Everything builds and the app > links with lib. There is an executable, oh-my/app/app. > > Then some task called "copydeploymentfolders" is invoked and it fails. The > output is: > > Copying application data... > > cp: cannot overwrite non-directory > `/home/talmage/N900/oh-my-build-simulator/app/app' with directory > `/home/talmage/N900/oh-my/app/' > > make[1]: *** [copydeploymentfolders] Error 1 > > I can't imagine qmake thinks it's doing. >
- Previous message: QtCreator, libraries, and multiple platforms
- Next message: QtCreator, libraries, and multiple platforms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]