1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
ScreenPlay/ScreenPlay.pro

18 lines
412 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 \
2018-03-08 22:03:05 +01:00
ScreenPlayWindow/ScreenPlayWindow.pro \
2018-10-17 20:39:39 +02:00
ScreenPlayWidget/ScreenPlayWidget.pro \
#ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.pro \
2017-07-06 14:00:43 +02:00
ScreenPlayWindow.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 \
}