git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2009-12-07 Benjamin Poulain <benjamin.poulain@nokia.com>
[WebKit-https.git]
/
WebKit
/
qt
/
QGVLauncher
/
QGVLauncher.pro
1
TEMPLATE = app
2
SOURCES += main.cpp
3
CONFIG -= app_bundle
4
CONFIG += uitools
5
DESTDIR = ../../../bin
6
7
include(../../../WebKit.pri)
8
9
QT += network
10
macx:QT+=xml
11
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
12
13
symbian {
14
TARGET.UID3 = 0xA000E544
15
TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
16
}