mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-09 17:05:14 +00:00
Remove useless files
This commit is contained in:
@ -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}
|
||||
@ -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
|
||||
Reference in New Issue
Block a user