]> sigrok.org Git - pulseview.git/commit
cmake: don't mangle in-source .qrc file
authoruser <redacted>
Tue, 14 Jan 2020 17:29:30 +0000 (18:29 +0100)
committerUwe Hermann <redacted>
Sat, 18 Jan 2020 13:05:54 +0000 (14:05 +0100)
commit989d50ad39d030bcb5df3869ec9b94d6a9e878d9
treef1a64b372cd1b673aa740bd1df264ec1bbd6b6e9
parentc3660d7d96b5861a0850a124de21f858adc8e09a
cmake: don't mangle in-source .qrc file

Only copy the .qrc file for out-of-source builds. For in-source builds
the file is already present, and not touching it avoids data loss.
CMakeLists.txt