updated project files

This commit is contained in:
Martchus 2015-08-26 20:27:40 +02:00
parent 41a9a68563
commit 93b44cf2a4
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

@ -119,19 +119,17 @@ OTHER_FILES += \
LICENSE
CONFIG(debug, debug|release) {
LIBS += -L../../ -lc++utilitiesd
LIBS += -lc++utilitiesd
!no-gui {
LIBS += -lqtutilitiesd
}
} else {
LIBS += -L../../ -lc++utilities
LIBS += -lc++utilities
!no-gui {
LIBS += -lqtutilities
}
}
INCLUDEPATH += ../
# installs
target.path = $$(INSTALL_ROOT)/bin
INSTALLS += target