mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Generated sources are not distributable products.
This commit is contained in:
@@ -5,8 +5,8 @@ TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
buildconfig_gen.input = buildconfig_gen.cpp.in
|
||||
buildconfig_gen.output = $$DestRoot/buildconfig_gen.cpp
|
||||
GENERATED_SOURCES += $$DestRoot/buildconfig_gen.cpp
|
||||
buildconfig_gen.output = $$BuildRoot/buildconfig_gen.cpp
|
||||
GENERATED_SOURCES += $$BuildRoot/buildconfig_gen.cpp
|
||||
QMAKE_SUBSTITUTES += buildconfig_gen
|
||||
|
||||
INCLUDEPATH += ..
|
||||
|
||||
Reference in New Issue
Block a user