X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fimport%2FCMakeLists.txt;h=708597df35d1dce25424e87866d247d688769adc;hp=f71284e81be2c9b6722bb96fb076981c9f3dd8d0;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hpb=d57580c160153c18c9d191b1a18841687ff3c36c diff --git a/source/import/CMakeLists.txt b/source/import/CMakeLists.txt index f71284e..708597d 100644 --- a/source/import/CMakeLists.txt +++ b/source/import/CMakeLists.txt @@ -13,4 +13,7 @@ set(FILE_LIST frmImportContacts.cpp import-vcard4.h) add_library(${TARGET_NAME} - ${FILE_LIST}) \ No newline at end of file + ${FILE_LIST}) + +add_dependencies(${TARGET_NAME} + bitmapcode)