From david.picard at clermont.in2p3.fr Tue Apr 7 12:52:20 2026 From: david.picard at clermont.in2p3.fr (David Picard) Date: Tue, 7 Apr 2026 14:52:20 +0200 Subject: [Buildroot-users] Can't configure QT6 with buildroot In-Reply-To: References: Message-ID: Hi, My last Buildroot + Qt project was back in 2024, so not sure it'll help you. Anyway, here are: - CMakeList.txt: https://paste.debian.net/hidden/b2e2661f - mypackage.mk: https://paste.debian.net/hidden/67e9e358 I also noted this (I had a touchscreen): Qt creator setup * Set up the kit in "Tools > Options" and follow the instructions in the |CMakeLists.txt| of the project. * Message when deploying : /"No rule to make target install"/ : check "Run settings > Deployment" and disable the "Install to temporary host directory" step. * Message when running /"Cannot run: No command given"/ : click Build > Rescan project. Then, the local and remote file paths in Run settings are populated. * Set |QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS| and |QT_QPA_FB_TSLIB| (see above) in "Run settings > Environment". * Set the application command line parameters : |-platform linuxfb|. David Le 04/04/2026 ? 20:11, M. Eigen a ?crit?: > Hello, > > I tried to use QT6 with buildroot 2025.02.5, but I can't configure an > appropriate Kit in QTCreator. > > QTCreator needs a executable QMake file, the ones in the > /home/me/buildroot/output/host/bin Folder are recognized by QT as "Qt > version 6.8.1 for Desktop". > > Only in this Folder are executable QMake Files. > > I made a second buildroot Installation with the master branch, the > Qmake File was slightly bigger, but didn't work either. > > Is QT6/buildroot still a Construction Side? > > Marc > -------------- next part -------------- An HTML attachment was scrubbed... URL: