File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/${QGIS_LIB_SUBDIR})
528
528
529
529
# write a marker with source directory path into the output's bin directory
530
530
# if run from the build directory QGIS will detect it and alter the paths
531
- FILE (WRITE ${QGIS_OUTPUT_DIRECTORY} /${QGIS_BIN_SUBDIR}/path .txt "${CMAKE_SOURCE_DIR} \n ${QGIS_OUTPUT_DIRECTORY} " )
531
+ FILE (WRITE ${QGIS_OUTPUT_DIRECTORY} /${QGIS_BIN_SUBDIR}/qgisbuildpath .txt "${CMAKE_SOURCE_DIR} \n ${QGIS_OUTPUT_DIRECTORY} " )
532
532
533
533
# manual page - makes sense only on unix systems
534
534
IF (UNIX AND NOT APPLE )
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ void QgsApplication::init( QString customConfigPath )
96
96
// "/../../.." is for Mac bundled app in build directory
97
97
foreach ( QString path, QStringList () << " " << " /.." << " /bin" << " /../../.." )
98
98
{
99
- f.setFileName ( prefixPath + path + " /path .txt" );
99
+ f.setFileName ( prefixPath + path + " /qgisbuildpath .txt" );
100
100
if ( f.exists () )
101
101
break ;
102
102
}
You can’t perform that action at this time.
0 commit comments