mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 02:52:29 +01:00
18 lines
411 B
Prolog
18 lines
411 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
ScreenPlay/ScreenPlay.pro \
|
|
ScreenPlaySDK/ScreenPlaySDK.pro \
|
|
ScreenPlayWindow/ScreenPlayWindow.pro \
|
|
ScreenPlayWidget/ScreenPlayWidget.pro \
|
|
ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.pro \
|
|
|
|
ScreenPlayWindow.depends = ScreenPlaySDK
|
|
ScreenPlayWidget.depends = ScreenPlaySDK
|
|
|
|
|
|
win32 {
|
|
SUBDIRS += \
|
|
ScreenPlaySysInfo/ScreenPlaySysInfo.pro \
|
|
}
|
|
|