File: qgraphicsview.pro

package info (click to toggle)
qtbase-opensource-src 5.15.17%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 351,164 kB
  • sloc: cpp: 2,097,621; ansic: 343,242; xml: 115,491; python: 9,447; java: 7,499; asm: 4,023; sh: 2,090; perl: 2,047; yacc: 1,687; lex: 1,333; javascript: 878; makefile: 271; objc: 70
file content (11 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
testcase.timeout = 500 # this test is slow
TARGET = tst_qgraphicsview

QT += widgets widgets-private testlib
QT += core-private gui-private testlib-private

SOURCES  += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
HEADERS +=  tst_qgraphicsview.h
DEFINES += QT_NO_CAST_TO_ASCII