Skip to content

Commit

Permalink
Add extra settings to LIBS.
Browse files Browse the repository at this point in the history
Fixes a build error when Qt is installed in a nonstandard location.
  • Loading branch information
stichnot committed Feb 25, 2013
1 parent 5ccedb6 commit ebeab4b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -20,3 +20,5 @@ SOURCES += mythtimer.cpp

QMAKE_CLEAN += $(TARGET) $(TARGETA) $(TARGETD) $(TARGET0) $(TARGET1) $(TARGET2)
QMAKE_CLEAN += ; rm -f *.gcov *.gcda *.gcno

LIBS += $$EXTRA_LIBS $$LATE_LIBS

0 comments on commit ebeab4b

Please sign in to comment.