updated project files

This commit is contained in:
Martchus 2015-08-26 21:12:51 +02:00
parent 31ce7faef8
commit ea6d3c6dfc
2 changed files with 2 additions and 8 deletions

View File

@ -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}\".")

View File

@ -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)