• This project
    • Loading...
  • Sign in

I_Jemin / ITHVNR_kor

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ITHVNR_kor
  • vnr
  • ith
  • host
  • host.pri
  • mireado's avatar
    starting commit · 62a204dc
    62a204dc
    mireado authored 2015-04-02 23:30:22 +0900
host.pri 252 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# host.pri
# 8/9/2011 jichi

DEFINES     += WITH_LIB_ITH_HOST

DEPENDPATH  += $$PWD

LIBS        += -lvnrhost

HEADERS += \
  $$PWD/avl_p.h \
  $$PWD/hookman.h \
  $$PWD/settings.h \
  $$PWD/srv.h \
  $$PWD/textthread.h \
  $$PWD/textthread_p.h

# EOF