source: BAORadio/libindi/libindi/BAOcontrol/main.cpp @ 681

Last change on this file since 681 was 681, checked in by frichard, 12 years ago
File size: 220 bytes
Line 
1#include <QtGui>
2
3#include <qapplication.h>
4
5#include "baoqt.h"
6#include "ui_baoqt.h"
7
8int main(int argc, char **argv)
9{   
10  QApplication application(argc, argv);
11 
12  BAOqt fenetre;
13 
14  return application.exec(); 
15} 
Note: See TracBrowser for help on using the repository browser.