Cleaned qmake project files. Configuration and common parts are now in config_plugin.pri and config_odb.pri.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user