8 lines
90 B
Prolog
8 lines
90 B
Prolog
|
|
TEMPLATE = subdirs
|
||
|
|
|
||
|
|
SUBDIRS += src
|
||
|
|
|
||
|
|
CONFIG(debug, debug|release) {
|
||
|
|
SUBDIRS += tests
|
||
|
|
}
|