Changeset 102681 in webkit
- Timestamp:
- Dec 13, 2011, 8:26:48 AM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r102679 r102681 1 2011-12-13 Csaba Osztrogonác <ossy@webkit.org> 2 3 [Qt] Unreviewed speculativ debug buildfix after r102679. 4 5 * QtTestBrowser/QtTestBrowser.pro: 6 * QtTestBrowser/main.cpp: 7 1 8 2011-12-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> 2 9 -
trunk/Tools/QtTestBrowser/QtTestBrowser.pro
r99719 r102681 6 6 7 7 TEMPLATE = app 8 9 INCLUDEPATH += $${ROOT_WEBKIT_DIR}/Source/WebKit/qt/WebCoreSupport 8 10 9 11 SOURCES += \ -
trunk/Tools/QtTestBrowser/main.cpp
r96345 r102681 31 31 */ 32 32 33 #include "DumpRenderTreeSupportQt.h" 33 34 #include "launcherwindow.h" 34 35 #include "urlloader.h"
Note:
See TracChangeset
for help on using the changeset viewer.