summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro')
-rw-r--r--examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro b/examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro
index 2bbfdf0b3a..95159ccdf5 100644
--- a/examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro
+++ b/examples/widgets/draganddrop/fridgemagnets/fridgemagnets.pro
@@ -6,9 +6,9 @@ SOURCES = draglabel.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/fridgemagnets
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/draganddrop/fridgemagnets
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.txt
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/fridgemagnets
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/draganddrop/fridgemagnets
INSTALLS += target sources
QT += widgets