diff options
author | saturneric <[email protected]> | 2024-08-05 16:40:49 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-05 16:40:49 +0000 |
commit | 6c9b573357d055bd0968c6c516be73e2b5df50f6 (patch) | |
tree | 8891ab7efba664f5340fb3296f1172b80cfc4d22 | |
parent | feat: add setting icon (diff) | |
download | GpgFrontend-6c9b573357d055bd0968c6c516be73e2b5df50f6.tar.gz GpgFrontend-6c9b573357d055bd0968c6c516be73e2b5df50f6.zip |
fix: app only build issue
-rw-r--r-- | src/test/GpgFrontendTest.h | 2 | ||||
-rw-r--r-- | src/ui/GpgFrontendUI.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/GpgFrontendTest.h b/src/test/GpgFrontendTest.h index c5b7a375..16534656 100644 --- a/src/test/GpgFrontendTest.h +++ b/src/test/GpgFrontendTest.h @@ -32,7 +32,7 @@ #include "GpgFrontend.h" // symbol exports header -#include "GpgFrontendTestExport.h" +#include "test/GpgFrontendTestExport.h" // private declare area of test #ifdef GF_TEST_PRIVATE diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 39c39686..6eac6b16 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -35,7 +35,7 @@ #include <QtWidgets> // ui symbol exports macro -#include "GpgFrontendUIExport.h" +#include "ui/GpgFrontendUIExport.h" // private declare area of ui #ifdef GF_UI_PRIVATE |