File: qscriptcontext.pro

package info (click to toggle)
qtscript-opensource-src 5.15.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 29,776 kB
  • sloc: cpp: 163,712; javascript: 94,206; yacc: 1,768; ansic: 1,718; perl: 425; sh: 169; python: 55; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
TARGET = tst_qscriptcontext
CONFIG += testcase
QT = core script testlib
SOURCES  += tst_qscriptcontext.cpp

# QTBUG-23463
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0