Skip to content
Snippets Groups Projects
Commit f3cb9388 authored by Oliver Bock's avatar Oliver Bock
Browse files

... only Linux!

parent f3429aff
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,13 @@ SOURCES += src/pulsaranimationwidget.cpp \
src/pulsatingscience.cpp \
src/main.cpp \
src/plotdata.cpp
LIBS += -L$$_PRO_FILE_PWD_/lib -lantenna \
-lGLU
LIBS += -L$$_PRO_FILE_PWD_/lib -lantenna
FORMS += src/pulsatingscience.ui
RESOURCES += src/pulsatingscience.qrc
linux {
LIBS += -lGLU
}
win32 {
RC_FILE = src/resources/pulsatingscience.rc
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment