What do i have to write in my PRO file? This is what i have now:
[removing useless lines] CONFIG = mobility default_deployment.pkg_prerules = languages = "; Language"\ "&EN,IT" # Define the package header. packageheader = "$${LITERAL_HASH}{\"FreeTrack\", \"FreeTrack\"}, ($${FREETRACK_UID3}),1,2,0" qtdependency = "(0x2001E61C), $${QT_MAJOR_VERSION}, $${QT_MINOR_VERSION}, $${QT_PATCH_VERSION}, {\"Qt\",\"Qt\"}" qtmobilitydependency = \ "; Default dependency to QtMobility libraries "\ "(0x2002AC89), 1, 0, 2, {\"QtMobility\",\"QtMobility\"}" my_deployment.pkg_prerules = languages packageheader qtdependency qtmobilitydependency dependencyinfo vendorinfo translations DEPLOYMENT += my_deployment But the problem is i get the following in my PKG file: [removing useless lines] &EN,IT ; Default dependency to QtMobility libraries (0x2002AC89), 1, 0, 2, {"QtMobility","QtMobility"} ; Default dependency to QtMobility libraries (0x2002AC89), 1, 0, 2, {"QtMobility"} which breaks the compilation because the SECOND QtMobility line does not support multiple languages. How do i remove that second line? It is added automatically by my CONFIG=mobility... -- --- Willy Gardiol wi...@gardiol.org _______________________________________________ Qt-mobility-feedback mailing list Qt-mobility-feedback@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback