bb03af0eaf2b3780d124f113606ae10764db2bdb
[quassel.git] / src / contrib / libqxt-2007-10-24 / config.tests / qt4 / main.cpp
1 #include <QObject>
2
3
4 #if QT_VERSION < 0x040000
5 #error needs qt4
6 #endif
7
8
9 int main (int,char**)
10         {
11         QObject();
12         return 0;
13         }
14
15