File: qml-qtquicktest.pro

package info (click to toggle)
qtcharts-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 13,112 kB
  • sloc: cpp: 66,609; ansic: 221; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
!include( ../auto.pri ) {
    error( "Couldn't find the auto.pri file!" )
}

TEMPLATE = app
CONFIG += warn_on qmltestcase
CONFIG -= testcase
SOURCES += main.cpp
OTHER_FILES += tst_*.qml
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"