Installer worked coding not giving result. #639
Replies: 2 comments 4 replies
-
Thanks for the question. Unfortunately, I fail to see how it relates to Gradle/Nokee. As much as I want to help you find a good solution to your problem, I don't want to set a bad precedent as a general build system related FAQs. Our focus is first and foremost the Nokee plugins for Gradle. I also support questions around Gradle core native support. The build for Wifimouse project uses qmake and make which is not something Nokee supports. I can only echo what the README, more specifically the section about the dependencies. It would be best for this type of question to contact the original authors. |
Beta Was this translation helpful? Give feedback.
-
How to build qt shared library ? the app works perfectly if I build it as an app. If I create a shared lib with same code the code not gives result. I changed |
Beta Was this translation helpful? Give feedback.
-
How to build qt shared library ?
My project
the app works perfectly if I build it as an app.
TEMPLATE = app
If I create a shared lib with same code the code not gives result.
I changed
TEMPLATE = app
toTEMPLATE = lib
and I compile the same code. But , the result comes an error.code not give result as a qt shared lib
wifimouse app fully build with qt.
Source code of wifimouse server application
I install and run wifimouse app in my computer it works perfectly and all the options are works smoothly.
But, If I compile the same code as a shared lib in my computer it not works properly.
For example ; In wifimouse application there is an option for brightness controling
Brightness code
error comes like this. But , it works smoothly as a TEMPLATE = app.
Problem with qt in getting outputs.
My project
I want to get the cpu usage , ram usage ,process list and app list with qt.
In Windows
I am getting ram usage from this code.
But app list , cpu usage and process outputs are not showed.
In linux
In linux the cpu usage output not showed.
In Mac
In mac the app list output not showed.
All the code works perfectly if I build it as an app.
Why this problem occured ?
Beta Was this translation helpful? Give feedback.
All reactions