mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 07:21:14 -05:00
13 lines
274 B
Prolog
13 lines
274 B
Prolog
|
#--------------------------------------------------------
|
||
|
#
|
||
|
# Pro file for Android and Windows builds with Qt Creator
|
||
|
#
|
||
|
#--------------------------------------------------------
|
||
|
|
||
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = sdrbase
|
||
|
|
||
|
# Main app must be last
|
||
|
CONFIG += ordered
|
||
|
SUBDIRS += app
|