We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / features / win32 / qxtbuild.prf
1 QXTINSTALLDIR = C:\libqxt
2 include(../../config.pri)
3 isEmpty(target.path):  target.path   = $${QXTINSTALLDIR}/lib
4 isEmpty(docs.path):    docs.path     = $${QXTINSTALLDIR}/doc/libqxt
5 isEmpty(include.path): include.path  = $${QXTINSTALLDIR}/include/Qxt
6 isEmpty(bin.path):     bin.path      = $${QXTINSTALLDIR}/bin
7 CONFIG      += dll
8 DEFINES     += QXT_WINDOWS
9 include(../qxtbuild.prf)