QxtGlobalShortcut/config.tests/qt4/main.cpp
Arvid E. Picciani 16a40aacba fixed tests
2007-06-30 20:46:30 +00:00

16 lines
133 B
C++

#include <QObject>
#if QT_VERSION < 0x040000
#error needs qt4
#endif
int main (int,char**)
{
QObject();
return 0;
}