source: trunk/config.tests/qws/ahi/ahi.cpp@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 91 bytes
Line 
1#include <ahi.h>
2
3int main(int, char **)
4{
5 AhiInit(0);
6 AhiTerm();
7
8 return 0;
9}
Note: See TracBrowser for help on using the repository browser.