Files
qcma/qcma.pro
codestation 80f19e5d23 New qcma headless app.
Updated changelog.
Bumped version to 0.3.0.
2014-03-28 10:07:13 -04:30

14 lines
320 B
Prolog

-#-------------------------------------------------
-#
-# Project created by QtCreator 2013-07-23T15:34:17
-#
-#-------------------------------------------------
TEMPLATE = subdirs
SUBDIRS = qcma_gui.pro
# Compile the headless binary only on Linux because it depends on dbus
unix:!macx {
SUBDIRS += qcma_cli.pro
}