Skip to content

Commit

Permalink
fix debug linking
Browse files Browse the repository at this point in the history
the debug library name is wrong. why i commented that line before?
  • Loading branch information
wang-bin committed Mar 29, 2013
1 parent 080743f commit 6e63108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libQtAV.pri
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 105,7 @@ QMAKE_LFLAGS_RPATH = #will append to rpath dir

#TEMPLATE = lib
VERSION = $$LIB_VERSION
#TARGET = $$PROJECT_TARGETNAME ##?
TARGET = $$PROJECT_TARGETNAME ##I commented out this before, why?
DESTDIR= $$PROJECT_LIBDIR

CONFIG *= create_prl #
Expand Down

0 comments on commit 6e63108

Please sign in to comment.