blob: b2c5e37950306a1e19f7380df34c759afc81b13f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Generated from decidefps.pro.
#####################################################################
## decidefps Binary:
#####################################################################
qt_internal_add_executable(decidefps
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" # special case
SOURCES
main.cpp
PUBLIC_LIBRARIES
Qt::Gui
)
#### Keys ignored in scope 1:.:.:decidefps.pro:<TRUE>:
# TEMPLATE = "app"
|