From d890534ec5626be46c7bbe47f46367b472f01d69 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 27 Oct 2020 15:27:57 +0200 Subject: [PATCH] Project: Add CMakeLists.txt to qmake project Change-Id: Ifc8246bb801c7e9350c0aabe8debd847063192ac Reviewed-by: Eike Ziller --- qtcreator.pri | 1 + 1 file changed, 1 insertion(+) diff --git a/qtcreator.pri b/qtcreator.pri index 5879ded545a..5c586e2d76b 100644 --- a/qtcreator.pri +++ b/qtcreator.pri @@ -244,6 +244,7 @@ qt { QBSFILE = $$replace(_PRO_FILE_, \\.pro$, .qbs) exists($$QBSFILE):DISTFILES += $$QBSFILE +DISTFILES += $$_PRO_FILE_PWD_/CMakeLists.txt !isEmpty(QTC_PLUGIN_DEPENDS) { LIBS *= -L$$IDE_PLUGIN_PATH # plugin path from output directory