-rw-r--r-- | noncore/multimedia/powerchord/powerchord.pro | 27 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/noncore/multimedia/powerchord/powerchord.pro b/noncore/multimedia/powerchord/powerchord.pro new file mode 100644 index 0000000..2261850 --- a/dev/null +++ b/noncore/multimedia/powerchord/powerchord.pro @@ -0,0 +1,27 @@ +TEMPLATE = app +CONFIG = qt warn_on debug + +HEADERS = powerchord.h \ + fretboard.h \ + chordengine.h \ + vumeter.h \ + gs.h gt.h \ + powerchordbase.h + +SOURCES = main.cpp \ + powerchord.cpp \ + fretboard.cpp \ + chordengine.cpp \ + vumeter.cpp \ + gs.cpp gt.cpp \ + powerchordbase.cpp + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe +#INTERFACES = powerchordbase.ui +DESTDIR = $(OPIEDIR)/bin +TARGET = powerchord + +include ( $(OPIEDIR)/include.pro ) + @@ -128,6 +128,7 @@ CONFIG_OXYGEN noncore/apps/oxygen oxygen.pro CONFIG_PACKAGEMANAGER noncore/settings/packagemanager packagemanager.pro CONFIG_PARASHOOT noncore/games/parashoot parashoot.pro CONFIG_PICKBOARD inputmethods/pickboard pickboard.pro +CONFIG_POWERCHORD noncore/multimedia/powerchord powerchord.pro CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro CONFIG_QASHMONEY noncore/apps/qashmoney qashmoney.pro CONFIG_QCOP core/apps/qcop qcop.pro |