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

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

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