Remove unnecessary condition for hiding keypad
[framework/web/webkit-efl.git] / Source / WebKit2 / PluginProcess.pro
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     target.path = $$[QT_INSTALL_BINS]
25 } else {
26     target.path = $$INSTALL_BINS
27 }