mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Cmake cleanup and selected Qt6 adjustments
- Avoid warning using newer CMake by removing obsolete cmake requirements in sub projects - Several adjustments preparing for Qt6
This commit is contained in:
@@ -181,7 +181,7 @@ int main( int argc, char* argv[] )
|
||||
if ( file.open( QIODevice::WriteOnly | QIODevice::Text ) )
|
||||
{
|
||||
QTextStream out( &file );
|
||||
out << portNumber << endl;
|
||||
out << portNumber << "\n";
|
||||
}
|
||||
file.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user