File: qbuttonaxisinput.pro

package info (click to toggle)
qt3d-opensource-src 5.15.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 119,360 kB
  • sloc: cpp: 221,029; ansic: 904; python: 467; objc: 244; javascript: 158; pascal: 155; xml: 28; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

TARGET = tst_qbuttonaxisinput

QT += core-private 3dcore 3dcore-private 3dinput 3dinput-private testlib

CONFIG += testcase

SOURCES += tst_qbuttonaxisinput.cpp

include(../commons/commons.pri)