summaryrefslogtreecommitdiffstats
path: root/tcutils/tcutils.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tcutils/tcutils.pro')
-rw-r--r--tcutils/tcutils.pro30
1 files changed, 0 insertions, 30 deletions
diff --git a/tcutils/tcutils.pro b/tcutils/tcutils.pro
deleted file mode 100644
index a24029e8..00000000
--- a/tcutils/tcutils.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2013-08-18T13:54:44
-#
-#-------------------------------------------------
-
-QT += core gui
-
-TARGET = tcutils
-TEMPLATE = app
-
-
-SOURCES += main.cpp\
- mainwindow.cpp \
- utils.cpp
-
-HEADERS += mainwindow.h \
- utils.h
-
-FORMS += mainwindow.ui
-
-# added by LK Rashinkar
-INCLUDEPATH += ../xrdpapi
-
-LIBS += -Wl,-rpath
-LIBS += -Wl,/usr/local/lib/xrdp
-LIBS += -L../xrdpapi/.libs -lxrdpapi
-
-RESOURCES += \
- resources.qrc