~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebKit2/PluginProcess.pro

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -------------------------------------------------------------------
 
2
# Project file for the WebKit2 plugin process binary
 
3
#
 
4
# See 'Tools/qmake/README' for an overview of the build system
 
5
# -------------------------------------------------------------------
 
6
 
 
7
TEMPLATE = app
 
8
 
 
9
QT += webkit
 
10
 
 
11
TARGET = QtWebPluginProcess
 
12
DESTDIR = $${ROOT_BUILD_DIR}/bin
 
13
 
 
14
SOURCES += qt/PluginMainQt.cpp
 
15
 
 
16
INCLUDEPATH = \
 
17
    $$PWD/../JavaScriptCore \
 
18
    $$PWD/../WTF \
 
19
    $$INCLUDEPATH
 
20
 
 
21
INSTALLS += target
 
22
 
 
23
isEmpty(INSTALL_BINS) {
 
24
    use?(libexecdir): target.path = $$[QT_INSTALL_LIBEXECS]
 
25
    else: target.path = $$[QT_INSTALL_BINS]
 
26
} else {
 
27
    target.path = $$INSTALL_BINS
 
28
}