-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integrated costomexecutableconfig into qtctools plugin
- Loading branch information
Rochus Keller
committed
Jan 9, 2019
1 parent
1f46def
commit 0048538
Showing
10 changed files
with
26 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
DEFINES += QTCTOOLS_LIBRARY | ||
|
||
SOURCES += qtctoolsplugin.cpp | ||
SOURCES += qtctoolsplugin.cpp \ | ||
customexecutableconfigurationwidget.cpp \ | ||
customexecutablerunconfiguration.cpp | ||
|
||
HEADERS += qtctoolsplugin.h \ | ||
qtctools_global.h \ | ||
qtctoolsconstants.h | ||
qtctoolsconstants.h \ | ||
customexecutableconfigurationwidget.h \ | ||
customexecutablerunconfiguration.h | ||
|
||
include(../../qtcreatorplugin.pri) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ QTC_LIB_DEPENDS += \ | |
# nothing here at this time | ||
|
||
QTC_PLUGIN_DEPENDS += \ | ||
coreplugin | ||
coreplugin \ | ||
projectexplorer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters