- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/webkit/WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro
r561 r846 1 TEMPLATE = app 2 TARGET = tst_qwebhistoryinterface 3 include(../../../../WebKit.pri) 4 SOURCES += tst_qwebhistoryinterface.cpp 5 QT += testlib network 6 QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR 7 8 symbian { 9 TARGET.UID3 = 0xA000E53C 10 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices 11 } 1 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../../.. 2 include(../tests.pri) 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
Note:
See TracChangeset
for help on using the changeset viewer.