Make QCursor manual tests compile on Qt5

These tests were not aware widgets had been split to different lib.

Change-Id: I58bde1304c876319a3cbb50f4d6a66e9f24b2886
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Miikka Heikkinen 2012-03-07 10:33:16 +02:00 committed by Qt by Nokia
parent 3d6901066a
commit f72cbc7ce4
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
TARGET = tst_allcursors TARGET = tst_allcursors
TEMPLATE = app TEMPLATE = app
QT = core gui widgets
SOURCES += main.cpp\ SOURCES += main.cpp\
mainwindow.cpp mainwindow.cpp

View File

@ -39,7 +39,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include <QtGui/QApplication> #include <QtWidgets/QApplication>
#include "mainwindow.h" #include "mainwindow.h"
int main(int argc, char *argv[]) int main(int argc, char *argv[])

View File

@ -42,7 +42,7 @@
#ifndef MAINWINDOW_H #ifndef MAINWINDOW_H
#define MAINWINDOW_H #define MAINWINDOW_H
#include <QtGui/QMainWindow> #include <QtWidgets/QMainWindow>
class QTimer; class QTimer;

View File

@ -6,7 +6,7 @@
TARGET = t_cursors TARGET = t_cursors
TEMPLATE = app TEMPLATE = app
QT = core gui widgets
SOURCES += main.cpp\ SOURCES += main.cpp\
mainwindow.cpp mainwindow.cpp

View File

@ -39,7 +39,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include <QtGui/QApplication> #include <QtWidgets/QApplication>
#include "mainwindow.h" #include "mainwindow.h"
int main(int argc, char *argv[]) int main(int argc, char *argv[])

View File

@ -42,7 +42,7 @@
#ifndef MAINWINDOW_H #ifndef MAINWINDOW_H
#define MAINWINDOW_H #define MAINWINDOW_H
#include <QtGui/QMainWindow> #include <QtWidgets/QMainWindow>
class QTimer; class QTimer;