mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
refs #213 Added precompiled header for MSVC in blackmisc, blackcore, blackgui.
This commit is contained in:
@@ -4,7 +4,7 @@ QT += network dbus gui svg widgets
|
||||
|
||||
TARGET = blackgui
|
||||
TEMPLATE = lib
|
||||
CONFIG += blackconfig blackmisc blackcore
|
||||
CONFIG += blackconfig blackmisc blackcore precompile_header
|
||||
|
||||
contains(BLACK_CONFIG, Static) {
|
||||
CONFIG += staticlib
|
||||
@@ -13,10 +13,7 @@ contains(BLACK_CONFIG, Static) {
|
||||
INCLUDEPATH += ..
|
||||
DEPENDPATH += . ..
|
||||
|
||||
# PRECOMPILED_HEADER = stdpch.h
|
||||
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += USING_PCH
|
||||
}
|
||||
PRECOMPILED_HEADER = pch/pch.h
|
||||
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKGUI_LIB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user