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:
parent
3d6901066a
commit
f72cbc7ce4
@ -6,7 +6,7 @@
|
||||
|
||||
TARGET = tst_allcursors
|
||||
TEMPLATE = app
|
||||
|
||||
QT = core gui widgets
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp
|
||||
|
@ -39,7 +39,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include "mainwindow.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <QtGui/QMainWindow>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
|
||||
class QTimer;
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
TARGET = t_cursors
|
||||
TEMPLATE = app
|
||||
|
||||
QT = core gui widgets
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp
|
||||
|
@ -39,7 +39,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include "mainwindow.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <QtGui/QMainWindow>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
|
||||
class QTimer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user