• 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
  • cpputil
  • cpputil.pri
  • mireado's avatar
    starting commit · 1ccfd2fd
    1ccfd2fd
    mireado authored 2015-04-02 23:31:10 +0900
cpputil.pri 291 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# cpputil.pri
# 9/26/2012 jichi

DEFINES += WITH_LIB_CPPUTIL

DEPENDPATH += $$PWD

HEADERS += \
    $$PWD/cppcstring.h \
    $$PWD/cpplocale.h \
    $$PWD/cppmarshal.h \
    $$PWD/cpppath.h \
    $$PWD/cppregex.h \
    $$PWD/cppstring.h \
    $$PWD/cpptype.h \
    $$PWD/cppunicode.h

# EOF