updated project files

This commit is contained in:
Martchus 2015-08-27 21:36:07 +02:00
parent a59e0b7478
commit 4729d3af26
2 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,5 @@
projectname = c++utilities
VERSION = 1.0.6
VERSION = 2.0.0
# include ../../common.pri when building as part of a subdirs project; otherwise include general.pri
!include(../../common.pri) {
@ -9,9 +9,7 @@ VERSION = 1.0.6
}
CONFIG -= qt
win32 {
CONFIG += dll
}
CONFIG += shared
SOURCES += \
application/argumentparser.cpp \

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