~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/manual/qcursor/allcursors/allcursors.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-------------------------------------------------
 
2
#
 
3
# Project created by QtCreator 2009-08-05T17:13:23
 
4
#
 
5
#-------------------------------------------------
 
6
 
 
7
TARGET = tst_allcursors
 
8
TEMPLATE = app
 
9
QT = core gui widgets
 
10
 
 
11
SOURCES += main.cpp\
 
12
        mainwindow.cpp
 
13
 
 
14
HEADERS  += mainwindow.h
 
15
 
 
16
FORMS    += mainwindow.ui
 
17
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0