Readd QImage includes.

Do not remove gui lib for headless binary as it needs it to use Qimage.
Rename headless package to qcma-cli.
This commit is contained in:
codestation
2014-04-04 11:45:53 -04:30
parent c88c2d34e9
commit 00f1c0eee2
7 changed files with 7 additions and 9 deletions

View File

@@ -1,10 +1,8 @@
include(qcma_common.pri)
TARGET = qcma
QT += gui widgets
QT += \
gui \
widgets
TARGET = qcma
SOURCES += \
src/gui/main.cpp \