File: inputpatch.pro

package info (click to toggle)
qlcplus 4.12.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 48,336 kB
  • sloc: cpp: 165,654; javascript: 4,661; ansic: 2,796; xml: 1,894; sh: 959; ruby: 607; python: 585; makefile: 24
file content (18 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../../variables.pri)
include(../../../coverage.pri)
TEMPLATE = app
LANGUAGE = C++
TARGET   = inputpatch_test

QT      += testlib
CONFIG  -= app_bundle

DEPENDPATH   += ../../src
INCLUDEPATH  += ../../../plugins/interfaces
INCLUDEPATH  += ../../src
INCLUDEPATH  += ../iopluginstub
QMAKE_LIBDIR += ../../src
LIBS         += -lqlcplusengine

SOURCES += inputpatch_test.cpp
HEADERS += inputpatch_test.h