mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4281 b45a01b8-16f6-495d-af2f-9b41ad6348cc
11 lines
143 B
Text
11 lines
143 B
Text
TEMPLATE = lib
|
|
|
|
INCLUDEPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
|
|
|
|
linux-g++ {
|
|
LIBS *= -ldl
|
|
}
|
|
linux-g++-64 {
|
|
LIBS *= -ldl
|
|
}
|
|
|