summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qprocess_and_guieventloop/write-read-write/CMakeLists.txt
blob: e5b746297f99414b4db78b631c13a60ab5f01708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from write-read-write.pro.

#####################################################################
## write-read-write Binary:
#####################################################################

qt_add_executable(write-read-write
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)