2026-02-19 00:58:16 +08:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
2026-06-30 11:12:25 +08:00
|
|
|
BeltTearingConfig.file = BeltTearingConfig/BeltTearingConfig.pro
|
|
|
|
|
BeltTearingApp.file = BeltTearingApp/BeltTearingApp.pro
|
|
|
|
|
BeltTearingServer.file = BeltTearingServer/BeltTearingServer.pro
|
|
|
|
|
|
|
|
|
|
SUBDIRS += BeltTearingConfig
|
|
|
|
|
|
|
|
|
|
equals(TARGET_APP, "BeltTearing") {
|
|
|
|
|
SUBDIRS += BeltTearingServer
|
|
|
|
|
BeltTearingServer.depends = BeltTearingConfig
|
|
|
|
|
} else {
|
|
|
|
|
SUBDIRS += BeltTearingApp
|
|
|
|
|
SUBDIRS += BeltTearingServer
|
|
|
|
|
BeltTearingApp.depends = BeltTearingConfig
|
|
|
|
|
BeltTearingServer.depends = BeltTearingConfig
|
|
|
|
|
}
|