filcuc / nimqml

Qt Qml bindings for the Nim programming language
Other
164 stars 20 forks source link

Installation warning #13

Closed R3D9477 closed 6 years ago

R3D9477 commented 6 years ago

How. This library is active and will support in future? I have notice in installation:

$nimble install nimqml
Downloading https://github.com/filcuc/nimqml using git
   Warning: Package 'nimqml' has an incorrect structure. It should contain a single directory hierarchy for source files, named 'nimqml', but file 'qguiapplication.nim' is in a directory named 'private' instead. This will be an error in the future.
      Hint: If 'private' contains source files for building 'nimqml', rename it to 'nimqml'. Otherwise, prevent its installation by adding `skipDirs = @["private"]` to the .nimble file.
filcuc commented 6 years ago

Yes i will fix. The actual project structure was the correct structure in previous nimble versions. The convention changes in last nimble releases. That said it's just a warning I don't think it blocks you

Il 26 Feb 2018 7:58 PM, "r3d9u11" notifications@github.com ha scritto:

How. This library is active and will support in future? I have notice in installation:

$nimble install nimqml Downloading https://github.com/filcuc/nimqml using git Warning: Package 'nimqml' has an incorrect structure. It should contain a single directory hierarchy for source files, named 'nimqml', but file 'qguiapplication.nim' is in a directory named 'private' instead. This will be an error in the future. Hint: If 'private' contains source files for building 'nimqml', rename it to 'nimqml'. Otherwise, prevent its installation by adding skipDirs = @["private"] to the .nimble file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/filcuc/nimqml/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AG07o0gw1nmqAFtEcALvnh6CX18c4GECks5tYv7GgaJpZM4STvy1 .

R3D9477 commented 6 years ago

@filcuc It is not blocked me, not yet. But "This will be an error in the future.", so I'm asking about future of this library :)

R3D9477 commented 6 years ago

@filcuc also, is it possible to use non-standard path to Qt? (I have installed it to /home/username/Qt via online-installer qt-unified-linux-x64-3.0.2-online.run)

filcuc commented 6 years ago

Fixed in 61d2cd0f93d20960e0a259b79c4e0ec0f4a3d648