From a32fb015e14544006476a0d64e4900bcf302e7c0 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 4 Feb 2018 10:14:54 +0800 Subject: [PATCH] add symlink vnote to VNote in Unix --- src/src.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 61997933..e29affcf 100644 --- a/src/src.pro +++ b/src/src.pro @@ -283,6 +283,9 @@ unix:!macx { target.path = $${PREFIX}/bin - INSTALLS += target desktop icon16 icon32 icon48 icon64 icon128 icon256 iconsvg + lntarget.path = $${PREFIX}/bin + lntarget.extra = $(SYMLINK) $(QMAKE_TARGET) $(INSTALL_ROOT)$${PREFIX}/bin/vnote + + INSTALLS += target lntarget desktop icon16 icon32 icon48 icon64 icon128 icon256 iconsvg message("VNote will be installed in prefix $${PREFIX}") }