1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/ScreenPlay.pro

18 lines
420 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
2019-04-01 13:03:49 +02:00
SUBDIRS += \
ScreenPlay/ScreenPlay.pro \
2018-09-20 15:42:47 +02:00
ScreenPlaySDK/ScreenPlaySDK.pro \
ScreenPlayWallpaper/ScreenPlayWallpaper.pro \
2018-10-17 20:39:39 +02:00
ScreenPlayWidget/ScreenPlayWidget.pro \
2019-04-27 11:55:29 +02:00
ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.pro \
2017-07-06 14:00:43 +02:00
ScreenPlayWallpaper.depends = ScreenPlaySDK
ScreenPlayWidget.depends = ScreenPlaySDK
2018-11-21 21:07:04 +01:00
2019-04-01 13:03:49 +02:00
win32 {
SUBDIRS += \
ScreenPlaySysInfo/ScreenPlaySysInfo.pro \
}