Changes between Version 3 and Version 4 of QtWebKitPerformanceWork
- Timestamp:
- Sep 30, 2009, 1:06:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitPerformanceWork
v3 v4 9 9 $ qmake 10 10 $ make 11 $ make install # This will install to the Qt Directory 11 12 # This will install to the Qt Directory 13 $ make install 14 15 # This will install to $PWD/tmp and then the Qt Directory 16 $ make install INSTALL_ROOT=$PWD/tmp 12 17 }}} 13 18