1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/ScreenPlay.pro
JeJo 273a4cbaca Merge branch 'feature/sysinfo-revamp' of https://gitlab.com/aimber/ScreenPlay into HEAD
# Conflicts:
#	ScreenPlay.pro
#	ScreenPlaySysInfoSDK/SysInfoSDK/cpu_generic.h
#	ScreenPlaySysInfoSDK/SysInfoSDK/ram_generic.h
2019-04-20 16:13:09 +02:00

18 lines
412 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 \
}