Subversion Repositories OpenCV2-Cookbook

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 5
Line 13... Line 13...
13
   and any consequent failure, is purely the responsibility of the user.
13
   and any consequent failure, is purely the responsibility of the user.
14
 
14
 
15
   Copyright (C) 2010-2011 Robert Laganiere, www.laganiere.name
15
   Copyright (C) 2010-2011 Robert Laganiere, www.laganiere.name
16
\*------------------------------------------------------------------------------------------*/
16
\*------------------------------------------------------------------------------------------*/
17
17
18
#include <QtGui/QApplication>
18
#include <qt4/QtGui/QApplication>
19
#include "mainwindow.h"
19
#include "mainwindow.h"
20
20
21
int main(int argc, char *argv[])
21
int main(int argc, char *argv[])
22
{
22
{
23
    QApplication a(argc, argv);
23
    QApplication a(argc, argv);