updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / qt-demos / shadow-build-plugandpaint.patch
blob1fac28008785f83611fe822fda7ae81cfe39ca2e
1 --- examples/tools/plugandpaint/plugandpaint.pro~ 2010-09-29 17:36:15.000000000 +0200
2 +++ examples/tools/plugandpaint/plugandpaint.pro 2010-09-29 17:36:15.000000000 +0200
3 @@ -10,7 +10,7 @@
4 symbian {
5 LIBS = -lpnp_basictools.lib
6 } else {
7 - LIBS = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
8 + LIBS = -L$$PWD/plugins -lpnp_basictools
11 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {