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

gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-08-17 01:51:03 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-08-17 01:51:03 +0300
commitf2d0d9f4f2e121cba024a286941a2a36dd5dcf28 (patch)
tree8c9e72f1797c440db493ed1a009e374c4a4eaa67 /src/CMakeLists.txt
parent66b1023bb079c7e5785ef6636c82c06de8854c4d (diff)
WIP: Moving to CMakeHEADmaster
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000..1fc7b1d
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,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)