I have several projects and typically set a /bin directory with the 
DESTDIR tag in the pro files.  This way I can build all of the projects 
and copy the files easily.  But sometime I want to deploy these to a 
remote linux device through creator, mostly for remote debugging.  I do 
this by setting

linux-* {
      target.path = MyPathOnTheTarget
      INSTALLS += target
}


This doesn't work if I use DESTDIR as it seems to require the exe to be 
in the build directory.  I'm not using shadow build.

Is there a way to do both?  I mostly want to have a common directory 
where only the apps are located and not the build objects.

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to