On 09/23/2010 10:54 PM, ext Matthias Pospiech wrote: > I experience so frequently problems with shadow builds that I switch > them off by default. > However I understand the principle behind the shadow builds and would > also like to understand > how to get my project working with shadow builds. > > Here is what I do: A project which creates a lib which is later linked > in the example. > > /project/example/ > /project/fftw/32/libfftw3-3.a <- the lib file I want to link against > /project/src/ <- my own libary code, containing src.pro > > I am using subdirs. In src.pro I am using this code to link: > LIBS += -L../lib/fftw/32/ -lfftw3-3
LIBS += -L $$OUT_PWD/../lib/fftw/32/ -lfftw3-3 Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
