Skip to content

Commit 2cabbb5

Browse files
unsed gflags.
1 parent 0e4bc15 commit 2cabbb5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/tactioncontextroutine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ void TActionContextRoutine::start(QByteArray &readBuffer)
1414
{
1515
TActionContext::setCurrentActionContext(this);
1616

17+
// TODO TODO: Seach address
1718
THttpRequest request = THttpRequest::generate(readBuffer, QHostAddress("localhost"), this);
1819
execute(request);
1920

src/test/test.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ windows {
2424
LIBS += -Wl,-rpath,../../ -L../../ -ltreefrog
2525
exists(../../3rdparty/glog/build/libglog.a) {
2626
# static link
27-
LIBS += ../../../3rdparty/glog/build/libglog.a $$system("pkg-config --libs gflags 2>/dev/null")
27+
LIBS += ../../../3rdparty/glog/build/libglog.a
2828
INCLUDEPATH += ../../../3rdparty/glog/build ../../../3rdparty/glog/src
2929
} else {
3030
# shared link '-lglog'

tools/tfserver/tfserver.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ windows {
4141
# glog
4242
isEmpty( enable_shared_glog ) {
4343
# static link
44-
LIBS += ../../3rdparty/glog/build/libglog.a $$system("pkg-config --libs gflags 2>/dev/null")
44+
LIBS += ../../3rdparty/glog/build/libglog.a
4545
INCLUDEPATH += ../../3rdparty/glog/build ../../3rdparty/glog/src
4646
} else {
4747
# shared link '-lglog'

0 commit comments

Comments
 (0)