Fixed compile on Windows.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-01-29 19:08:30 +00:00
parent 55ae64a277
commit 91c2c0e4bf
2 changed files with 6 additions and 5 deletions

View file

@ -137,10 +137,6 @@ PUBLIC_HEADERS = retroshare/rsblogs.h \
HEADERS += $$PUBLIC_HEADERS
DEFINES *= UBUNTU
INCLUDEPATH += /usr/include/glib-2.0/ /usr/lib/glib-2.0/include
LIBS *= -lgnome-keyring
# public headers to be...
HEADERS += retroshare/rsgame.h \
retroshare/rsphoto.h
@ -185,6 +181,10 @@ linux-* {
INSTALLS += include_rsiface
#CONFIG += version_detail_bash_script
DEFINES *= UBUNTU
INCLUDEPATH += /usr/include/glib-2.0/ /usr/lib/glib-2.0/include
LIBS *= -lgnome-keyring
}
linux-g++ {