9 lines
142 B
Prolog
9 lines
142 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = lib src
|
|
|
|
include (config.pri)
|
|
|
|
target.path = $$BINDIR
|
|
target.files = promoe
|
|
INSTALLS += target
|