diff options
Diffstat (limited to 'osirion.kdevelop')
-rw-r--r-- | osirion.kdevelop | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/osirion.kdevelop b/osirion.kdevelop index 58a8bfc..48a4540 100644 --- a/osirion.kdevelop +++ b/osirion.kdevelop @@ -21,7 +21,7 @@ </general> <kdevautoproject> <general> - <activetarget>src/client/libclient.la</activetarget> + <activetarget>src/model/libmodel.la</activetarget> <useconfiguration>debug</useconfiguration> </general> <run> @@ -29,12 +29,12 @@ <terminal>true</terminal> <directoryradio>executable</directoryradio> <runarguments> - <osirion/> - <osiriond/> + <osirion></osirion> + <osiriond></osiriond> </runarguments> <debugarguments> - <osiriond/> - <osirion/> + <osiriond></osiriond> + <osirion></osirion> </debugarguments> <cwd> <osiriond>/home/ingar/projects/osirion/osirion-work/debug/src/</osiriond> |