2
0
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:
Vladimir Prus
2003-07-03 05:04:18 +00:00
parent 29adefff6b
commit c8f6dd7412
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include "hello_world_widget.hpp"
#include "hello_world_widget.h"
#include <qapplication.h>
#include <qpushbutton.h>

View File

@@ -1,4 +1,4 @@
#include "hello_world_widget.hpp"
#include "hello_world_widget.h"
#include <qapplication.h>
#include <qpushbutton.h>