Skip to content

Commit

Permalink
pixymon: since the header files aren't in the same directory as the s…
Browse files Browse the repository at this point in the history
…ource now, the compiler finds the qqueue.h provided by the QT framework first. This hack fixes the problem (we should consider to rename the qqueue class/file later).
  • Loading branch information
adrianimboden committed Apr 13, 2015
1 parent a44e6b7 commit 052fe44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/host/pixymon/pixymon.pro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ HEADERS += mainwindow.h \
debug.h \
blobs2.h

INCLUDEPATH += ../../common/inc
#little hack: qqueue.h is available in the qt framework too -> add include path before all other include paths
QMAKE_CXXFLAGS += -I../../common/inc

QMAKE_CXXFLAGS_DEBUG += -O0
QMAKE_CXXFLAGS += -Wno-unused-parameter
Expand Down

0 comments on commit 052fe44

Please sign in to comment.