git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65273
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ Name: JTN.xml
+ RCS-ID: $Id$
+-->
+
+<bot xmlns:xi="http://www.w3.org/2001/XInclude">
+
+<xi:include href="include/unix.xml"/>
+
+<build>
+ <name>Linux x86 wxQt Debug</name>
+ <builddir>wxQt-debug</builddir>
+ <scheduler>daily_0400</scheduler>
+ <steps>
+ <checkout branch="branches/wxQT/"/>
+ <configure options="--with-qt --enable-debug"/>
+ <compile-all samples="false" utils="false" demos="false" contrib="false" tests="false"/>
+ <!-- <run-tests/> -->
+ </steps>
+</build>
+
+</bot>