UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. vtik
    V
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    vtik

    @vtik

    0
    Reputation
    3
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    vtik Unfollow Follow

    Latest posts made by vtik

    • RE: setup app conf file from cmake

      @dobey Well, that's exactly what I wanted to do...
      So, the only workaround would be to create it using the app...

      But then, The settings, I was thinking about, are app specifc ones, not user, so I'll just include them in the code ...

      Cheers

      posted in App Development
      V
      vtik
    • setup app conf file from cmake

      I have a QML/C++ app that needs a config file when loading.

      So, my question is : how can use cmake to install that conf file when building the app ?
      is there a special var in cmake pointing to the equivalent folder of the C++ call

      QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation);
      

      Thanks in advance !

      posted in App Development cmake c++ app development
      V
      vtik