Andrew Lee (李健秋) f0d36ad500
Adding upstream version 1.2.0+20150807.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-14 04:01:38 +08:00

7 lines
155 B
CMake

project(use-qtxdg)
cmake_minimum_required(VERSION 2.8.12)
find_package(QT5XDG)
add_executable(use-qtxdg main.cpp)
target_link_libraries(use-qtxdg Qt5Xdg)