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

« back to all changes in this revision

Viewing changes to tests/dummyimplugins.pri

  • 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
 
 
2
LIBS += \
 
3
    -L$$TOP_DIR/tests/plugins \
 
4
    -ldummyimplugin \
 
5
    -ldummyimplugin2 \
 
6
    -ldummyimplugin3 \
 
7
 
 
8
INCLUDEPATH += \
 
9
    $$TOP_DIR/tests/dummyimplugin \
 
10
    $$TOP_DIR/tests/dummyimplugin2 \
 
11
    $$TOP_DIR/tests/dummyimplugin3 \