~mardy/ubuntu-system-settings-online-accounts/lp1420847

« back to all changes in this revision

Viewing changes to plugins/exec-tool/exec-tool.pro

  • Committer: Alberto Mardegan
  • Date: 2014-11-18 11:56:01 UTC
  • mto: (214.1.1 click-plugins-qprocess)
  • mto: This revision was merged to the branch mainline in revision 220.
  • Revision ID: alberto.mardegan@canonical.com-20141118115601-0sclep3ly8pvlnjz
WIP

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../common-project-config.pri)
 
2
 
 
3
TEMPLATE = app
 
4
TARGET = exec-tool
 
5
 
 
6
CONFIG += \
 
7
    qt
 
8
 
 
9
QT += \
 
10
    core
 
11
 
 
12
SOURCES += \
 
13
    main.cpp
 
14
 
 
15
ONLINE_ACCOUNTS_UI = "online-accounts-ui"
 
16
ONLINE_ACCOUNTS_UI_PATH = $${INSTALL_PREFIX}/bin/$${ONLINE_ACCOUNTS_UI}
 
17
 
 
18
DEFINES += \
 
19
    ONLINE_ACCOUNTS_UI_PATH=\\\"$${ONLINE_ACCOUNTS_UI_PATH}\\\" \
 
20
    QT_NO_KEYWORDS
 
21
 
 
22
target.path = $${INSTALL_LIBDIR}/ubuntu-app-launch/$${ONLINE_ACCOUNTS_UI}
 
23
INSTALLS += target