From cac90e2fbb88064e2be1a9ce73a435b66f17e734 Mon Sep 17 00:00:00 2001 From: Anton Thomasson Date: Wed, 20 Jan 2021 19:30:45 +0100 Subject: [PATCH] Update .pro file for codable reorg --- harbour-seaprint.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour-seaprint.pro b/harbour-seaprint.pro index b179a2e..55cc076 100644 --- a/harbour-seaprint.pro +++ b/harbour-seaprint.pro @@ -89,8 +89,10 @@ HEADERS += \ src/ippmsg.h \ src/ippprinter.h \ src/mimer.h \ - ppm2pwg/pwg_pghdr_codable.h \ - ppm2pwg/urf_pghdr_codable.h \ + ppm2pwg/PwgPgHdr.h \ + ppm2pwg/PwgPgHdr.codable \ + ppm2pwg/UrfPgHdr.h \ + ppm2pwg/UrfPgHdr.codable \ ppm2pwg/bytestream/bytestream.h \ ppm2pwg/bytestream/codable.h \ src/papersizes.h