From 6a5b8fd26818f4153d23cdde4a3f057cfbcc6249 Mon Sep 17 00:00:00 2001 From: Takashi Yoshi Date: Thu, 23 Feb 2017 21:49:27 +0100 Subject: [PATCH] Fixed path of resources.qrc --- qtpass.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtpass.pro b/qtpass.pro index b0d215bb7..c7d6c97da 100644 --- a/qtpass.pro +++ b/qtpass.pro @@ -25,5 +25,5 @@ DISTFILES += \ settingsToDelete.txt RESOURCES += \ - src/resources.qrc + resources.qrc