summaryrefslogtreecommitdiff
path: root/src/plugins/cpaster/frontend/CMakeLists.txt
blob: 58468f63d1b1c171719d748ee97ac167cb6920fd (plain)
1
2
3
4
5
6
7
8
9
10
add_qtc_executable(cpaster
  DEPENDS Core Utils Qt5::Network
  SOURCES
    argumentscollector.cpp argumentscollector.h
    main.cpp
    ../dpastedotcomprotocol.cpp ../dpastedotcomprotocol.h
    ../pastebindotcomprotocol.cpp ../pastebindotcomprotocol.h
    ../protocol.cpp ../protocol.h
    ../urlopenprotocol.cpp ../urlopenprotocol.h
)