From 6a484c615ae3f04873fe41a415277ef6c2c37573 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 17 Dec 2020 15:43:37 +0100 Subject: WIP --- numberator.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numberator.pro') diff --git a/numberator.pro b/numberator.pro index 71b9fa3..aab09b7 100644 --- a/numberator.pro +++ b/numberator.pro @@ -47,3 +47,6 @@ FORMS += \ qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target + +RESOURCES += \ + Icons.qrc -- cgit