Cleaned qmake project files. Configuration and common parts are now in config_plugin.pri and config_odb.pri.

This commit is contained in:
2017-03-17 10:35:23 +01:00
parent fecee4d6e7
commit af5f2c357f
11 changed files with 81 additions and 175 deletions
+2 -2
View File
@@ -14,6 +14,8 @@ TEMPLATE = lib
DEFINES += CORE_LIBRARY \
_GLIBCXX_USE_CXX11_ABI=1
CONFIG += c++11
SOURCES += \
data/user.cpp \
context.cpp \
@@ -119,7 +121,6 @@ HEADERS += core.h\
unix {
target.path = /usr/lib
INSTALLS += target
QMAKE_CXXFLAGS += -std=c++11
QMAKE_CXXFLAGS += -Wno-unknown-pragmas
}
@@ -128,7 +129,6 @@ win32 {
}
ODB_FILES = core/data/core-data.h
H_DIR = $$PWD/data/*.h
include(../odb.pri)