mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Unbreak qt-ui example: use hello_world_widget.h include, not hpp, since
UIC_H type has .h extension by default. With .hpp the examples worked only if UIC_H extension was changed to .hpp in user-config.jam. [SVN r18920]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "hello_world_widget.hpp"
|
||||
#include "hello_world_widget.h"
|
||||
#include <qapplication.h>
|
||||
|
||||
#include <qpushbutton.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "hello_world_widget.hpp"
|
||||
#include "hello_world_widget.h"
|
||||
#include <qapplication.h>
|
||||
|
||||
#include <qpushbutton.h>
|
||||
|
||||
Reference in New Issue
Block a user