Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / contrib / libqxt-2007-10-24 / features / qxtbuild.prf
1 VERSION      = 0.2.4
2 incs.path    = $${include.path}/$$TARGET/
3
4 contains(CONFIG,convenience){
5     for(header,HEADERS){
6         incs.files += $$header
7     }
8 }
9
10 incs.files += ../../deploy/include/$${TARGET}/*
11 LIBS += -L../../deploy/libs/
12
13 INSTALLS = target incs
14 include(../../deploy/qt/qxt.prf)