diff --git a/samples/widgets/widgets.pro b/samples/widgets/widgets.pro index 4da702b54c..3a38071450 100644 --- a/samples/widgets/widgets.pro +++ b/samples/widgets/widgets.pro @@ -12,6 +12,8 @@ CONFIG = wx #WXCONFIGS = Debug Release DebugDll ReleaseDll # project files -SOURCES = widgets.cpp +SOURCES = widgets.cpp button.cpp combobox.cpp gauge.cpp listbox.cpp \ + notebook.cpp radiobox.cpp slider.cpp spinbtn.cpp static.cpp \ + textctrl.cpp RC_FILE = widgets.rc TARGET = widgets