Changeset 14879

Show
Ignore:
Timestamp:
06/30/08 02:23:10 (5 years ago)
Author:
saturday06
Message:

正直にQT4に対応してないって言ってくれYO

Location:
lang/cplusplus/i3
Files:
2 added
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/am/i3.am

    r14852 r14879  
    5252else 
    5353# --------------------------------------- 
    54 # Posix 
     54# Qt 
    5555 
    56 i3_SOURCES   = $(i3_SOURCES_DEFAULT) 
     56i3_CXXFLAGS_DEFAULT += $(QT_CXXFLAGS) 
     57 
     58i3_SOURCES   = $(i3_SOURCES_DEFAULT) \ 
     59src/windows/Windows.cpp \ 
     60src/windows/LibintlUtf16le.cpp \ 
     61src/windows/LibintlUtf16le.h \ 
     62src/windows/InputWindowCore.cpp \ 
     63src/windows/InputWindowCore.h \ 
     64src/windows/CompletionWindowCore.cpp \ 
     65src/windows/CompletionWindowCore.h 
     66 
    5767i3_CXXFLAGS  = $(i3_CXXFLAGS_DEFAULT) $(i3_CXXFLAGS_RELEASE) 
    5868i3_LDFLAGS   = $(i3_LDFLAGS_DEFAULT) -s 
    59 i3_LDADD     = $(INTLLIBS) 
     69i3_LDADD     = $(INTLLIBS) $(QT_LDADD) $(QT_LIB_GUI) 
    6070 
    6171endif 
  • lang/cplusplus/i3/configure.ac

    r14852 r14879  
    110110 
    111111# --------------------------------------- 
    112 # OS 
     112# OS  
     113 
     114gw_CHECK_QT 
    113115 
    114116case "$host_os" in 
     
    119121        use_windows_api=true 
    120122        ;; 
     123    *) 
     124        ;; 
    121125esac 
    122126 
     
    124128AC_SUBST(USE_WINDOWS_API) 
    125129 
    126  
    127130# --------------------------------------- 
    128 AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in src/Makefile]) 
     131AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in]) 
    129132AC_OUTPUT 
    130133 
  • lang/cplusplus/i3/sh/allclean.sh

    r14826 r14879  
    1313 
    1414# autotools generated 
    15 find . -iname ".deps/"    | xargs rm -rf 
     15find . -iname ".deps"    | xargs rm -rf 
    1616find . -iname "stamp-h1" | xargs rm -f 
    1717find . -iname "Makefile" | xargs rm -f 
     18find . -regex "\./conf[0-9]+.*" | xargs rm -rf 
     19rm -f conftest.c 
     20rm -f confdefs.h 
     21rm -f conftest.er1 
    1822 
    1923# gch 
     
    4852rm -f missing 
    4953rm -f .lineno 
    50  
    51 rm -f conf*.sh 
    52 rm -f conftest.c 
    53 rm -f confdefs.h 
    54 rm -f conftest.er1 
    55 rm -f conf???? 
    56 rm -f conf????.file 
    57 rm -f conf????.lnk 
    58 rm -rf conf????.dir/ 
    5954 
    6055rm -f *.gcda