~ubuntu-filemanager-dev/ubuntu-filemanager-app/nemo-qml-plugins-packaging

« back to all changes in this revision

Viewing changes to signon/tests/common.pri

  • Committer: Timo Jyrinki
  • Date: 2013-03-20 15:03:31 UTC
  • Revision ID: timo.jyrinki@canonical.com-20130320150331-aggtqfb7cufdiuzc
ImportĀ upstreamĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../src/src.pro)
 
2
SRCDIR = ../../src/
 
3
INCLUDEPATH += $$SRCDIR
 
4
DEPENDPATH = $$INCLUDEPATH
 
5
QT += testlib
 
6
TEMPLATE = app
 
7
CONFIG -= app_bundle
 
8
 
 
9
CONFIG += link_pkgconfig
 
10
PKGCONFIG += \
 
11
    libsignon-qt \
 
12
    QtDeclarative
 
13
 
 
14
target.path = /opt/tests/nemo-qml-plugins/signon
 
15
INSTALLS += target