Haiku: Make examples compile on Haiku
Change-Id: I469619b5d749be1043e0bc43e9199a39ace61f16 Reviewed-by: Augustin Cavalier <waddlesplash@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
ab1b1afb83
commit
699455b90a
@ -6,7 +6,7 @@ SOURCES = main.cpp \
|
||||
mandelbrotwidget.cpp \
|
||||
renderthread.cpp
|
||||
|
||||
unix:!mac:!vxworks:!integrity:LIBS += -lm
|
||||
unix:!mac:!vxworks:!integrity:!haiku:LIBS += -lm
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/mandelbrot
|
||||
|
@ -6,7 +6,7 @@ RESOURCES = chart.qrc
|
||||
SOURCES = main.cpp \
|
||||
mainwindow.cpp \
|
||||
pieview.cpp
|
||||
unix:!mac:!vxworks:!integrity:LIBS+= -lm
|
||||
unix:!mac:!vxworks:!integrity:!haiku:LIBS += -lm
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/chart
|
||||
|
@ -5,7 +5,7 @@ HEADERS = renderarea.h \
|
||||
SOURCES = main.cpp \
|
||||
renderarea.cpp \
|
||||
window.cpp
|
||||
unix:!mac:!vxworks:!integrity:LIBS += -lm
|
||||
unix:!mac:!vxworks:!integrity:!haiku:LIBS += -lm
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/painterpaths
|
||||
|
Loading…
Reference in New Issue
Block a user