- compile 환경 구축

- 리눅스에서 컴파일 안되는 코드 수정
- binary packaging 스크립트 추가
This commit is contained in:
mjjo
2017-07-27 17:34:50 +09:00
parent 922aaabe74
commit 2973faaf39
11 changed files with 949 additions and 49 deletions

View File

@@ -941,7 +941,7 @@ int SInitializer::getAllCategoryNum(int _nService)
return m_anAllCategory[_nService];
}
QMap<int, QList<int>> SInitializer::getInfluencerGroup()
QMap<int, QList<int> > SInitializer::getInfluencerGroup()
{
return m_mapInfluencerGroup;
}