summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/gettingStarted/parts/part5
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:38:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-19 19:50:47 +0100
commitfd92efab672d1f559339cba0751a55cfcb2aaaef (patch)
tree10b74c6968ea67c144e0b2895a267495bbda13b8 /examples/declarative/tutorials/gettingStarted/parts/part5
parent70628a44fa1c9a67d2de75a470eaccd8521747fc (diff)
remove some unnecessary CONFIG additions
qt is already added by spec_pre.prf. Change-Id: Ie2cf7c733718319437a823993c09778507c423ef Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/declarative/tutorials/gettingStarted/parts/part5')
-rw-r--r--examples/declarative/tutorials/gettingStarted/parts/part5/filedialog/filedialog.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/gettingStarted/parts/part5/filedialog/filedialog.pro b/examples/declarative/tutorials/gettingStarted/parts/part5/filedialog/filedialog.pro
index 62477470..f9229a3b 100644
--- a/examples/declarative/tutorials/gettingStarted/parts/part5/filedialog/filedialog.pro
+++ b/examples/declarative/tutorials/gettingStarted/parts/part5/filedialog/filedialog.pro
@@ -1,5 +1,5 @@
TEMPLATE = lib
-CONFIG += qt plugin
+CONFIG += plugin
QT += declarative
DESTDIR += ../plugins