mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
7 lines
108 B
CMake
7 lines
108 B
CMake
|
# QXdgDesktopEntryTest
|
||
|
add_executable (qgio-tools
|
||
|
main.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries (qgio-tools gio-qt)
|