X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fwidgets%2FCMakeLists.txt;h=2bec6ce87d65ec29214b5f95667ff849f6ba4c15;hp=5621203a4a35ae9a5cf23ef387e343d6493b8e73;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hpb=d57580c160153c18c9d191b1a18841687ff3c36c diff --git a/source/widgets/CMakeLists.txt b/source/widgets/CMakeLists.txt index 5621203..2bec6ce 100644 --- a/source/widgets/CMakeLists.txt +++ b/source/widgets/CMakeLists.txt @@ -8,4 +8,7 @@ set(FILE_LIST XABAccountView.cpp XABPriorityCtrl.h) add_library(${TARGET_NAME} - ${FILE_LIST}) \ No newline at end of file + ${FILE_LIST}) + +add_dependencies(${TARGET_NAME} + bitmapcode)