updated project files

This commit is contained in:
Martchus 2015-08-26 21:11:56 +02:00
parent d6ebdadff0
commit 2a95d349b6
2 changed files with 2 additions and 7 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

@ -35,13 +35,11 @@ OTHER_FILES += \
LICENSE
CONFIG(debug, debug|release) {
LIBS += -L../../ -lc++utilitiesd
LIBS += -lc++utilitiesd
} else {
LIBS += -L../../ -lc++utilities
LIBS += -lc++utilities
}
INCLUDEPATH += ../
# installs
target.path = $$(INSTALL_ROOT)/bin
INSTALLS += target