Skip to content

Commit

Permalink
fix for dll search on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
miRoox committed Apr 5, 2018
1 parent 385d002 commit 5f45732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp-qt/libs/ichirikov/ichirikov.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ TARGET = IChirikov

include(../../universal.pri)

win32 {
DLLDESTDIR = $$BIN_PATH
}

DESTDIR = $$LIBRARY_PATH

TARGET = $$qtLibraryTarget($$TARGET)
Expand Down

0 comments on commit 5f45732

Please sign in to comment.