forked from mirrors/gio-qt
7 lines
108 B
CMake
7 lines
108 B
CMake
|
# QXdgDesktopEntryTest
|
||
|
add_executable (qgio-tools
|
||
|
main.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries (qgio-tools gio-qt)
|