From b01618b1be4831d30dbf8706a48e71c62d617b99 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 31 Mar 2012 23:10:55 +0000 Subject: Tweaks to help build in windows. There...may be a problem with symlinks... --- c++-qt/libgats.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c++-qt') diff --git a/c++-qt/libgats.pro b/c++-qt/libgats.pro index dea8c9d..3b9e2b8 100644 --- a/c++-qt/libgats.pro +++ b/c++-qt/libgats.pro @@ -1,11 +1,14 @@ TEMPLATE = lib TARGET = gats-qt +INCLUDEPATH += . RCC_DIR = tmp/qrc UI_DIR = tmp/ui MOC_DIR = tmp/moc OBJECTS_DIR = tmp/obj QMAKE_CXXFLAGS += -ggdb -W -Wall +win32:LIBS += -lwsock32 + HEADERS += src/*.h SOURCES += src/*.cpp -- cgit v1.2.3