Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « src - gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fc7b1de7f4ad12e86c097983ed842c75de80b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
 
set(qrema_SRCS
    main.cpp
    qremamain.cpp
    qremamain.h
    qremamain.ui
    qremaprofileparser.cpp
    qremaprofileparser.h
    )

add_executable(qrema ${qrema_SRCS})
target_link_libraries(qrema Qt5::Widgets)