File: dialog.pro

package info (click to toggle)
qbble 1.2-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 108 kB
  • ctags: 143
  • sloc: cpp: 735; ansic: 138; makefile: 50
file content (10 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
CONFIG = qt dll warn_off debug
TARGET = libqbble
LIBS = -lxmms -Wl,-soname -Wl,libqbble.so
INCLUDEPATH = /usr/include/xmms /usr/lib/glib/include ./include
OBJECTS_DIR = ./obj
TMAKE_CXXFLAGS += -pipe -Wall -Wno-unused -W -g
SOURCES = ./source/dialog.cpp ./source/playlistwrapper.cpp ./source/main.cpp ./source/listmanager.cpp ./source/playlistviewitem.cpp ./source/mainWindow.cpp
HEADERS = ./include/dialog.h ./include/playlistwrapper.h ./include/listmanager.h ./include/playlistviewitem.h ./include/mainWindow.h