10 lines
348 B
CMake
10 lines
348 B
CMake
|
|
set(target "appnavidrome_client")
|
|
set(working_dir "/home/nils/Dev/navidrome_client")
|
|
set(src_and_dest_list
|
|
"/home/nils/Dev/navidrome_client/Main.qml"
|
|
"/home/nils/Dev/navidrome_client/build/Desktop-Debug/navidrome_client/Main.qml"
|
|
|
|
)
|
|
set(timestamp_file "/home/nils/Dev/navidrome_client/build/Desktop-Debug/.qt/appnavidrome_client_qml.txt")
|