no change
This commit is contained in:
parent
cea817cbcb
commit
13ff32b108
@ -1,6 +1,13 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
SUBDIRS = lib_ca_master lib_ca_slave CArunGUI dCArun
|
SUBDIRS = lib_ca_master lib_ca_slave CArunGUI dCArun
|
||||||
|
|
||||||
CArunGUI.depends = lib_ca_master lib_ca_slave
|
CArunGUI.depends = lib_ca_master lib_ca_slave
|
||||||
dCArun.depends = lib_ca_master lib_ca_slave
|
dCArun.depends = lib_ca_master lib_ca_slave
|
||||||
|
|
||||||
|
TEMPLATE = lib
|
||||||
|
INCLUDEPATH += $${PWD}/plugins
|
||||||
|
INCLUDEPATH += $${PWD}/include
|
||||||
|
QT -= gui
|
||||||
|
QT += widgets serialport
|
||||||
|
Loading…
Reference in New Issue
Block a user