From 4776f24bf04ee87b9e1b8e0171f89efe3c7be08b Mon Sep 17 00:00:00 2001 From: vicente Date: Wed, 15 Nov 2023 21:19:28 +0100 Subject: [PATCH] remove unnecessary lines in .pri file --- QtHtmlEditor.pri | 5 ----- 1 file changed, 5 deletions(-) diff --git a/QtHtmlEditor.pri b/QtHtmlEditor.pri index 71f8a70..747d2e9 100644 --- a/QtHtmlEditor.pri +++ b/QtHtmlEditor.pri @@ -35,10 +35,5 @@ HEADERS += \ FORMS += \ uis/addlinkdialog.ui \ -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target - RESOURCES += \ iconos.qrc