diff options
| author | 2015-03-03 22:57:55 +0100 | |
|---|---|---|
| committer | 2015-03-03 22:57:55 +0100 | |
| commit | 343f0d6b839d3f9a4740733cf2148b136ef8e00d (patch) | |
| tree | 5190bdfa536227a3fb599d9a6b803b229d93224e /diceParser.pro | |
| parent | 9f57feb3052ef74c9ee6aa08b39f04ee61f6839c (diff) | |
| download | OneRoll-343f0d6b839d3f9a4740733cf2148b136ef8e00d.tar.gz OneRoll-343f0d6b839d3f9a4740733cf2148b136ef8e00d.zip | |
-Add gui directory
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diceParser.pro b/diceParser.pro index 1ffeb47..219eb0a 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -9,6 +9,7 @@ QT += core QT -= gui include(node/node.pri) +include(gui/gui.pri) include(irc/irc.pri) TARGET = diceParser |