remove pointless assignments

the magic in qt_example_installs.prf handles this automatically.

Change-Id: I19f0560a6e3d2ddbe8a0128b463aecb7ff45475e
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
Oswald Buddenhagen 2013-07-19 18:39:07 +02:00 committed by The Qt Project
parent 2479b21dd3
commit 5f0c90475d
1 changed files with 0 additions and 9 deletions

View File

@ -4,14 +4,5 @@ QT += quick qml
SOURCES += main.cpp
RESOURCES += systemdialogs.qrc ../../shared/shared.qrc
OTHER_FILES += \
systemdialogs.qml \
FileDialogs.qml \
ColorDialogs.qml
EXAMPLE_FILES = \
FileDialogs.qml \
ColorDialogs.qml
target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialogs/systemdialogs
INSTALLS += target