Revision 1919 trunk/server_qt/server_qt.pro

server_qt.pro (revision 1919)
13 13
    ../base \
14 14
    ../gui_base
15 15
# The gui_base include is necessary for the icon_64x64.xpm file
16
LIBS += -L../nntpgrab_core/.libs \
17
    -lnntpgrab \
18
    -L../base/.libs \
19
    -lnntpgrab_utils
20 16

                
21
win32* {
22
    LIBS += -Wl,-subsystem,windows -lws2_32
17
contains(CONFIG, static):win32* {
18
    LIBS += $$PWD/../nntpgrab_core/.libs/libnntpgrab.dll.a $$PWD/../base/.libs/libnntpgrab_utils.dll.a
19
} else {
20
    LIBS += -L../nntpgrab_core/.libs -lnntpgrab -L../base/.libs -lnntpgrab_utils
23 21
}
24 22

                
25 23
mac {

Also available in: Unified diff