diff options
author | senator <senator> | 2010-10-12 10:18:28 +0000 |
---|---|---|
committer | senator <senator> | 2010-10-12 10:18:28 +0000 |
commit | 9ba471ac654ff18178723ef0a84c46a03fa20b6f (patch) | |
tree | 9cdd3fd24f4498e1e4899538f7c5b8c1dd4209ab /client/client.pro | |
parent | da99c66b024032122bb0ff7bf2084f05a82c3668 (diff) |
added launcher if no cpr specified on command line
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 46d0a03..7b9704d 100644 --- a/client/client.pro +++ b/client/client.pro @@ -35,6 +35,7 @@ unix { HEADERS += \ collapser.h \ debug.h \ + launcherwindow.h \ lua.h \ luadb.h \ luawidget.h \ @@ -71,6 +72,7 @@ SOURCES += \ pracro.cc \ collapser.cc \ debug.cc \ + launcherwindow.cc \ lua.cc \ luadb.cc \ luawidget.cc \ |