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

« back to all changes in this revision

Viewing changes to tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.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
CONFIG += testcase
 
2
CONFIG += parallel_test
 
3
TARGET = tst_qidentityproxymodel
 
4
 
 
5
mtdir = ../../../other/modeltest
 
6
INCLUDEPATH += $$PWD/$${mtdir}
 
7
QT += testlib
 
8
SOURCES         += tst_qidentityproxymodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
 
9
HEADERS         += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
 
10
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0