alex1701c / krunner-vscodeprojects

Open VSCode Project Manager projects from Krunner
GNU Lesser General Public License v3.0
21 stars 5 forks source link

KF6 #10

Closed nclarius closed 5 months ago

nclarius commented 6 months ago

I miss this plugin since I daily-drive Plasma 6; could you port it? I gave it a brief try but got lost in missing KF6 dependencies.

alex1701c commented 6 months ago

I need to give other runners of mine the same treatment. Hopefully I will have time this weekend 😅

alex1701c commented 6 months ago

Does the state of master work for you? I will only need like a dedicated install-qt6 script

nclarius commented 5 months ago

It installs but doesn't show up in my plugins list, and is not in effect.

alex1701c commented 5 months ago

You compiled from source with manual cmake options to use the -DBUILD_WITH_QT6 flag?

nclarius commented 5 months ago

You compiled from source with manual cmake options to use the -DBUILD_WITH_QT6 flag?

No. When I tried just now, configuring failed:

 ***Unknown option --query
 CMake Warning at /usr/share/ECM/modules/ECMQueryQt.cmake:97 (message):
   Failed call: /usr/bin/qmake --query QT_INSTALL_PREFIX
 Call Stack (most recent call first):
   /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:199 (ecm_query_qt)
   /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
   CMakeLists.txt:14 (include)

 CMake Error at /usr/share/ECM/modules/ECMQueryQt.cmake:98 (message):
   Qt6 qtpaths call failed: 1
 Call Stack (most recent call first):
   /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:199 (ecm_query_qt)
   /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
   CMakeLists.txt:14 (include)
alex1701c commented 5 months ago

Please try a clean build :))

nclarius commented 5 months ago

Please try a clean build :))

How is that done? I thought this amounts to removing CMake cache or the whole build dir but then I can't do ccmake? Can you tell me exactly the steps I need to do?

alex1701c commented 5 months ago

@nclarius Sorry, overlooked the mail. Clean uild means just cleaning the while build dir.

I have fixed the install.sh script now - can you try ;)

nclarius commented 5 months ago

Now it works :) Thank you