summaryrefslogtreecommitdiff
path: root/src/makeqpf/CMakeLists.txt
blob: 57f80dfd1d0aee1a1a4df61fc620c4c5b132e382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated from makeqpf.pro.

#####################################################################
## makeqpf Binary:
#####################################################################

qt_add_executable(makeqpf
    SOURCES
        main.cpp
        mainwindow.cpp mainwindow.h mainwindow.ui
        qpf2.cpp qpf2.h
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
        QT_NO_FREETYPE
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)

# Resources:
set(makeqpf_resource_files
    "Blocks.txt"
)

qt_add_resource(makeqpf "makeqpf"
    PREFIX
        "/"
    FILES
        ${makeqpf_resource_files}
)