aboutsummaryrefslogblamecommitdiff
path: root/qdeduper/CMakeLists.txt
blob: f862c16166f94e927001b090df72ccf8d9159643 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                             
set(CMAKE_INCLUDE_CURRENT_DIR ON)

find_package(Qt5 REQUIRED COMPONENTS Widgets)

set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)

add_executable(qdeduper
    main.cpp
    mingui.cpp
    imageitem.cpp
)

target_link_libraries(qdeduper
    xsig
    Qt5::Widgets
)