-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove qmake project files. #603
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Alexander Wenzel <[email protected]> | |
|
||
* Install Qt5 SDK and Qt6 SDK including Qt Creator and Microsoft Visual Studio Build Tools 2019 | ||
* Tested with QT 5.15.2 (Windows), QT 6.7.3 (Windows), and Qt 5.15.13 (Ubuntu 24.04LTS Linux) | ||
* Open project BuildDltViewer.pro in Qt Creator. | ||
* Open project CMakeLists.txt in Qt Creator. | ||
* Ensure that build options point to correct QT and MSVC. | ||
* Build Release in Qt Creator or via CMake (see last). | ||
* Optional Linux: set the library path in Qt Creator: Add variable to Projects/Build Settings/Build Environment: LD_LIBRARY_PATH = . | ||
|
@@ -19,7 +19,7 @@ Alexander Wenzel <[email protected]> | |
* sudo apt install libqt5serialport5-dev | ||
* mkdir build | ||
* cd build | ||
* qmake ../BuildDltViewer.pro | ||
* cmake .. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This complete INSTALL.md is always outdated like a newspaper, I would simply point to the CI build script and delete complete file |
||
* make | ||
* sudo make install | ||
* sudo ldconfig | ||
|
@@ -129,6 +129,7 @@ Steps to follow: | |
|
||
* mkdir build | ||
* cd build | ||
* TODO: Change to cmake | ||
* <path to Qt folder>/Qt/5.X/gcc_64/bin/qmake <path to BuildDltViewer.pro>/BuildDltViewer.pro -r | ||
* make | ||
|
||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this helps anyone or improve something.
But it's not wrong.