diff options
| -rw-r--r-- | client/pracro.cc | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/client/pracro.cc b/client/pracro.cc index eacdeb1..37b1399 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -24,6 +24,7 @@   *  along with Pracro; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ +#ifndef TESTING  #include <QApplication>  #include <QObject> @@ -184,3 +185,5 @@ int main(int argc, char *argv[])    return 1;  } + +#endif/*TESTING*/ | 
