28675642f3
Add a toplevel manual.pro and other .pro-files to build them and fix the build. Change-Id: Ibc98a27b39dd1304edfa8a6894d62e77ce7ef387 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
17 lines
293 B
Prolog
17 lines
293 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2010-03-16T14:40:16
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
TARGET = qtbug-8933
|
|
TEMPLATE = app
|
|
QT += widgets
|
|
|
|
SOURCES += main.cpp\
|
|
widget.cpp
|
|
|
|
HEADERS += widget.h
|
|
|
|
FORMS += widget.ui
|