~timo-jyrinki/ubuntu/trusty/maliit-framework/fix_qt52

« back to all changes in this revision

Viewing changes to tests/dummyplugin/dummyplugin.pro

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-01-31 13:26:48 UTC
  • Revision ID: package-import@ubuntu.com-20130131132648-w1u9d2279tppxcft
Tags: upstream-0.94.1
ImportĀ upstreamĀ versionĀ 0.94.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../config.pri)
 
2
 
 
3
TOP_DIR = ../..
 
4
 
 
5
TEMPLATE = lib
 
6
TARGET = ../plugins/dummyplugin
 
7
DEPENDPATH += .
 
8
 
 
9
include($$TOP_DIR/common/libmaliit-common.pri)
 
10
include($$TOP_DIR/src/libmaliit-plugins.pri)
 
11
 
 
12
CONFIG += plugin
 
13
 
 
14
QT += $$QT_WIDGETS
 
15
 
 
16
HEADERS += dummyplugin.h
 
17
SOURCES += dummyplugin.cpp
 
18
OTHER_FILES += dummyplugin.json
 
19
 
 
20
target.path += $$MALIIT_TEST_LIBDIR/plugins
 
21
 
 
22
INSTALLS += target
 
23
 
 
24
QMAKE_CLEAN += ../plugins/libdummyplugin.so
 
25
 
 
26
QMAKE_EXTRA_TARGETS += check
 
27
check.target = check
 
28
check.command = $$system(true)
 
29
 
 
30
QMAKE_EXTRA_TARGETS += check-xml
 
31
check-xml.target = check-xml
 
32
check-xml.command = $$system(true)
 
33
 
 
34
QMAKE_EXTRA_TARGETS += memcheck
 
35
memcheck.target = memcheck
 
36
memcheck.command = $$system(true)