app/ScStwApp.pro

12 lines
308 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
2020-04-05 14:12:56 +02:00
ScStwLibraries \
2020-05-18 11:28:48 +02:00
ScStwStyling \
ScStwApp
2018-07-17 19:17:25 +02:00
ScStwApp.file = ScStwSrc/ScStwApp.pro
2020-04-05 14:12:56 +02:00
ScStwLibraries.file = shared-libraries/ScStwLibraries/ScStwLibraries.pro
2020-05-18 11:28:48 +02:00
ScStwStyling.file = shared-libraries/ScStwStyling/ScStwStyling.pro