Herunterladen als
root/EntityManager.pro @ d8f2b16b
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = src
|
|
|
|
android {
|
|
} else {
|
|
SUBDIRS += tests samples
|
|
}
|
|
|
|
CONFIG += ordered
|
|
|
|
tests.depends = src
|
|
samples.depends = tests
|