03de727
Cross platform web browser — Read more
http://arora.googlecode.com/
This URL has Read+Write access
Improve the site icon when dragging. When the mouse is over it show the arrow cursor, Set the drag icon to the site icon, and set the drag text to the page title and not the url. (Example drag to the toolbar you want to get the title not the url)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
QMAKEVERSION = $$[QMAKE_VERSION]ISQT4 = $$find(QMAKEVERSION, ^[2-9])isEmpty( ISQT4 ) {error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");} TEMPLATE = subdirsSUBDIRS = src tools manualtests/googlesuggest unix { # this is an ugly work around to do .PHONY: doc doxygen.target = doc dox doxygen.commands = doxygen Doxyfile doxygen.depends = Doxyfile QMAKE_EXTRA_UNIX_TARGETS += doxygen}