mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
18 lines
420 B
Prolog
18 lines
420 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
ScreenPlay/ScreenPlay.pro \
|
|
ScreenPlaySDK/ScreenPlaySDK.pro \
|
|
ScreenPlayWallpaper/ScreenPlayWallpaper.pro \
|
|
ScreenPlayWidget/ScreenPlayWidget.pro \
|
|
ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.pro \
|
|
|
|
ScreenPlayWallpaper.depends = ScreenPlaySDK
|
|
ScreenPlayWidget.depends = ScreenPlaySDK
|
|
|
|
|
|
win32 {
|
|
SUBDIRS += \
|
|
ScreenPlaySysInfo/ScreenPlaySysInfo.pro \
|
|
}
|
|
|