2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Files
build/example/qt-ui/hello_world.pro
2003-01-21 07:16:58 +00:00

7 lines
171 B
Prolog

TEMPLATE = app
TARGET = helloworld
CONFIG += qt warn_on debug
SOURCES += main.cpp
FORMS = hello_world_widget.ui
OBJECTS_DIR = foo