summaryrefslogtreecommitdiff
path: root/examples/webengine/quicknanobrowser/quickwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean the file structure of quicknanobrowser and quicktestbrowserJocelyn Turcotte2015-01-231-66/+0
| | | | | | | | | - Remove the unnecessary intermediate ApplicationEngine class - Rename quickwindow.qml to BrowserWindow.qml - Move the injected Utils QObject into utils.h Change-Id: I3b0551e2bf477fc94640c71736de26c46c1ab633 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* Rename example directories to match the source install destinationJocelyn Turcotte2014-03-191-0/+66
To match other modules example directory structures we should deploy our examples in a directory matching the module name, webengine and webenginewidgets in our case. qmake uses the relative directory of each example up to the upper "examples" directory to decide where they will be deployed when running the sources install target. Change-Id: I59ce7ff8a30f98fad20064c7eecf72b784f1d275 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>