+ textfile/textfiletest.cpp
+ thread/atomic.cpp
+ thread/queue.cpp
+ thread/tls.cpp
+ uris/uris.cpp
+ vectors/vectors.cpp
+ weakref/evtconnection.cpp
+ weakref/weakref.cpp
+ xlocale/xlocale.cpp
+ xml/xmltest.cpp
+ </sources>
+ <wx-lib>net</wx-lib>
+ <wx-lib>base</wx-lib>
+ <wx-lib>xml</wx-lib>
+ </exe>
+
+
+ <exe id="test_gui" template="wx_sample,wx_test"
+ template_append="wx_append"
+ cond="USE_GUI=='1'">
+
+ <!-- link against GUI libraries, but be a console app: -->
+ <app-type>console</app-type>
+
+ <sources>
+ test.cpp
+ geometry/rect.cpp
+ geometry/size.cpp
+ geometry/point.cpp
+ config/config.cpp
+ controls/comboboxtest.cpp
+ controls/headerctrltest.cpp
+ controls/listctrltest.cpp
+ controls/textctrltest.cpp
+ controls/textentrytest.cpp
+ image/rawbmp.cpp
+ html/htmlwindow.cpp
+ misc/guifuncs.cpp
+ misc/selstoretest.cpp
+ misc/garbage.cpp
+ <!--
+ This one is intentionally duplicated here (it is also part of
+ non-GUI test) as sockets behave differently in console and GUI
+ applications.
+ -->
+ net/socket.cpp
+ window/clientsize.cpp
+ window/setsize.cpp