From 68919b1c765cd91933a66843ee99d01a91d5ff6c Mon Sep 17 00:00:00 2001 From: stathis Date: Fri, 15 Aug 2008 16:52:48 +0300 Subject: [PATCH] Stop tracking .pro file --- qt/sphere-orbit-camera-gui/sphere-orbit-camera-gui.pro | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 qt/sphere-orbit-camera-gui/sphere-orbit-camera-gui.pro diff --git a/qt/sphere-orbit-camera-gui/sphere-orbit-camera-gui.pro b/qt/sphere-orbit-camera-gui/sphere-orbit-camera-gui.pro deleted file mode 100644 index 56c3dcc..0000000 --- a/qt/sphere-orbit-camera-gui/sphere-orbit-camera-gui.pro +++ /dev/null @@ -1,15 +0,0 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Tue Aug 12 23:20:20 2008 -###################################################################### - -TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . - -# Input -HEADERS += controlDialog.h myglwidget.h window.h workerthread.h -FORMS += controlDialog.ui -SOURCES += controlDialog.cpp main.cpp myglwidget.cpp window.cpp workerthread.cpp - -QT += opengl -- 2.11.4.GIT