Files
qcma/qcma.pro
codestation 36a91d78aa Fixed android compilation.
Version bump.
Fixed file size problem under windows.
Updated changelog.
2014-06-28 00:26:14 -04:30

23 lines
478 B
INI

#-------------------------------------------------
#
# Project created by QtCreator 2013-07-23T15:34:17
#
#-------------------------------------------------
TEMPLATE = subdirs
android {
SUBDIRS = qcma_android.pro
} else {
SUBDIRS = qcma_gui.pro
}
# Compile the headless binary only on Linux because it depends on dbus
unix:!macx:!android {
SUBDIRS += qcma_cli.pro
}
TRANSLATIONS += \
resources/translations/qcma_es.ts \
resources/translations/qcma_ja.ts