mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
18 lines
262 B
Prolog
18 lines
262 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
OTHER_FILES += mkspecs/features/*.prf
|
|
OTHER_FILES += mkspecs/features/*.pri
|
|
|
|
SUBDIRS += docs
|
|
SUBDIRS += resources
|
|
SUBDIRS += src
|
|
SUBDIRS += samples
|
|
SUBDIRS += tests
|
|
|
|
include(install.pri)
|
|
|
|
load(common_post)
|