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