Remove useless files

This commit is contained in:
deltaoscarmike
2018-04-02 23:37:47 +02:00
parent a706f73a55
commit 4e873efb5f
2 changed files with 0 additions and 25 deletions

View File

@ -1,13 +0,0 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/include
pkgdatadir=@CMAKE_INSTALL_PREFIX@/share/projectM-qt
sysconfdir=@CMAKE_INSTALL_PREFIX@/share/projectM-qt
Name: libprojectM-qt
Version: 1.2.0
Description: projectM-qt provides a full featured Qt4 graphical user interface to projectM
Requires: libprojectM QtCore QtGui QtXml QtOpenGL
+Libs: -L${libdir} -lprojectM-qt
+Cflags: -I${includedir}

View File

@ -1,12 +0,0 @@
SOURCES += qgltest.cpp \
main.cpp
HEADERS += qgltest.h \
QProjectMFileDialog.hpp
TEMPLATE = app
CONFIG += warn_on \
thread \
qt
TARGET = ../bin/qgltest
RESOURCES = application.qrc
DISTFILES += ../CMakeLists.txt \
CMakeLists.txt