summaryrefslogtreecommitdiffstats
path: root/examples/quick/quicknanobrowser/quicknanobrowser.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-03-10 16:11:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-19 11:14:02 +0100
commitf8d1105adde03a52806e0f19cc652f2dca6bb78f (patch)
tree1279d82ae58cd2f570ff2f861bb32f90cefbb83c /examples/quick/quicknanobrowser/quicknanobrowser.pro
parent177be5dc8c34f840e07e4ac33e182b012420893b (diff)
Remove the widgetsnanobrowser example
This example hasn't been touched since we imported QtWebKit examples. If we need to have a more test-purpose widgets browser in the future, we can dig it back from the history. Change-Id: Icee9bd7f09827a97b33c6783b87311e331d963b1 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'examples/quick/quicknanobrowser/quicknanobrowser.pro')
-rw-r--r--examples/quick/quicknanobrowser/quicknanobrowser.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/quicknanobrowser/quicknanobrowser.pro b/examples/quick/quicknanobrowser/quicknanobrowser.pro
index 3455f02e0..b07bd4e51 100644
--- a/examples/quick/quicknanobrowser/quicknanobrowser.pro
+++ b/examples/quick/quicknanobrowser/quicknanobrowser.pro
@@ -3,7 +3,8 @@ TARGET = quicknanobrowser
macx: CONFIG -= app_bundle
-HEADERS = quickwindow.h
+HEADERS = quickwindow.h \
+ util.h
SOURCES = quickwindow.cpp \
main.cpp
@@ -11,7 +12,6 @@ OTHER_FILES += ContextMenuExtras.qml \
quickwindow.qml
RESOURCES += resources.qrc
-RESOURCES += ../../common/common_resources.qrc
QT += qml quick
QT_PRIVATE += quick-private gui-private core-private