From ea6d3c6dfc86940511506c5ed5a2d23d8a083ed7 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 26 Aug 2015 21:12:51 +0200 Subject: [PATCH] updated project files --- general.pri | 3 --- passwordmanager.pro | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/general.pri b/general.pri index 89889a6..9b062bc 100644 --- a/general.pri +++ b/general.pri @@ -8,9 +8,6 @@ RCC_DIR = ./res # compiler flags QMAKE_CXXFLAGS += -std=c++11 QMAKE_LFLAGS += -std=c++11 -unix { - QMAKE_LFLAGS += "-Wl,--rpath=./" -} # prefix targetprefix = $$(TARGET_PREFIX) message("Using target prefix \"$${targetprefix}\".") diff --git a/passwordmanager.pro b/passwordmanager.pro index 5e77eac..46a904f 100644 --- a/passwordmanager.pro +++ b/passwordmanager.pro @@ -91,20 +91,17 @@ OTHER_FILES += \ # libs and includepath CONFIG(debug, debug|release) { - LIBS += -L../../ -lc++utilitiesd -lpasswordfiled + LIBS += -lc++utilitiesd -lpasswordfiled !no-gui { LIBS += -lqtutilitiesd } } else { - LIBS += -L../../ -lc++utilities -lpasswordfile + LIBS += -lc++utilities -lpasswordfile !no-gui { LIBS += -lqtutilities } } -# requried when building in subdirs project -INCLUDEPATH += ../ - # installs mingw-w64-install { target.path = $$(INSTALL_ROOT)