소스 검색

Require libticalcs2 0.2.4 (from 20060723 snapshot).

git-svn-id: file:///var/svn/tigccpp/trunk@709 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 년 전
부모
커밋
40cd56be9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ktigcc/ktigcc.pro

+ 1 - 1
ktigcc/ktigcc.pro

@@ -131,7 +131,7 @@ HAVE_TIFILES = $$system(pkg-config --atleast-version=$$TIFILES_MINVERSION tifile
 PKGCONFIG_CFLAGS += $$system(pkg-config --cflags tifiles2)
 LIBS += $$system(pkg-config --libs tifiles2)
 
-TICALCS_MINVERSION = 0.1.0
+TICALCS_MINVERSION = 0.2.4
 HAVE_TICALCS = $$system(pkg-config --atleast-version=$$TICALCS_MINVERSION ticalcs2 && echo yes || echo no)
 !equals(HAVE_TICALCS,yes):error(libticalcs2 $$TICALCS_MINVERSION or higher required.)
 PKGCONFIG_CFLAGS += $$system(pkg-config --cflags ticalcs2)