Closed GoogleCodeExporter closed 9 years ago
how did you build the app?
Did you manage the CONFIG+=debug_wihtout_install qmake param?
Original comment by eric.mae...@gmail.com
on 26 Jun 2014 at 11:34
./build.sh -tw -b freemedforms
Original comment by contact@medecinelibre.com
on 26 Jun 2014 at 11:39
please `git pull` and retest. Works fine on my Debian 7 laptop
Original comment by eric.mae...@gmail.com
on 26 Jun 2014 at 4:26
I gitt pulled and this time 2 files were updated:
d8219ed..1714903 master -> origin/master
Updating d8219ed..1714903
Fast-forward
build.sh | 26 ++++++++++++++++++++++++++
freemedforms/libs/libs.pro | 1 +
2 files changed, 27 insertions(+)
Then I did:
Remove cached files
If you have any strange behavior during the build process, try to start the build from scratch:
remove all Makefile: find . -type f -name Makefile -delete
remove all qmake cache: find . -type f -name .qmake.cache -delete
remove the build dir: rm -rf ./build
remove the bin output dir: rm -rf ./bin
Then the usual
./build.sh -tw -b freemedforms
And the app built and started ok!
I notice there is only one folder in bin now:
freemedforms_Qt4_linux-gpp
The debug build now builds only one version? The version adapted to the current
OS?
Probably it's a good idea to do a clean build each time. Is it possible to add
an automated cleaning process to build.sh? Maybe a default feature that can be
overriden? Or the other way round?
Thanks.
Original comment by contact@medecinelibre.com
on 26 Jun 2014 at 4:48
Original comment by contact@medecinelibre.com
on 1 Jul 2014 at 10:58
Original issue reported on code.google.com by
contact@medecinelibre.com
on 25 Jun 2014 at 3:20