forked from qt-creator/qt-creator
Some plugin example fixing.
This commit is contained in:
6
doc/pluginhowto/examples/examples.pro
Normal file
6
doc/pluginhowto/examples/examples.pro
Normal file
@@ -0,0 +1,6 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS = donothing/donothingplugin.pro \
|
||||
menu
|
8
doc/pluginhowto/examples/menu/menu.pro
Normal file
8
doc/pluginhowto/examples/menu/menu.pro
Normal file
@@ -0,0 +1,8 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS = registeringmenuitem \
|
||||
placingmenu \
|
||||
respondingtomenuitems \
|
||||
addingmenu
|
Reference in New Issue
Block a user