Hello,

 

currently I use a file called „Languages.pro“ which generates language files
for my application.

On the command line I call “qmake Languages.pro”.

How can I convert these file into cmake?

 

CODECFORTR = UTF-8

CODECFORSRC = UTF-8

 

INCLUDEPATH = . \

    .. \

    ../../../libraries/Screens/src

 

DEPENDPATH += $$INCLUDEPATH

 

SOURCES += Home.cpp \

    Help.cpp \

    About.cpp

 

HEADERS += Home.h \

    Help.h \

    About.h

 

TRANSLATIONS += Language_ara.ts \

    Language_bul.ts \

    Language_ces.ts \

    Language_dan.ts \

    Language_deu.ts \

    Language_ell.ts \

    Language_eng.ts \

    Language_spa.ts \

    Language_est.ts \

    Language_fin.ts \

    Language_fra.ts \

    Language_hrv.ts \

    Language_hun.ts \

    Language_ita.ts \

    Language_jpn.ts \

    Language_kor.ts \

    Language_lit.ts \

    Language_lav.ts \

    Language_mkd.ts \

    Language_nld.ts \

    Language_nor.ts \

    Language_pol.ts \

    Language_por.ts \

    Language_ron.ts \

    Language_rus.ts \

    Language_slk.ts \

    Language_slv.ts \

    Language_srp.ts \

    Language_swe.ts \

    Language_tha.ts \

    Language_tur.ts \

    Language_zho.ts

 

Thanks in advance

 

Best Regards

NoRulez

 

 

 

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to