]> Some of my projects - AniAdd.git/commitdiff
Build fixes.
authorAPTX <marek321@gmail.com>
Mon, 8 Aug 2011 23:23:42 +0000 (01:23 +0200)
committerAPTX <marek321@gmail.com>
Mon, 8 Aug 2011 23:23:42 +0000 (01:23 +0200)
AniAdd.pro

index c2e8ba49c93d5fca95d83984d7934e0574d628de..048e39bedcab4ded73107cacc14a22c2bdeef273 100644 (file)
@@ -1,4 +1,7 @@
-QT += opengl
+QT += opengl network
+
+DESTDIR = build
+TARGET = AniAdd
 
 # Add more folders to ship with the application, here
 folder_01.source = qml/AniAdd
@@ -57,4 +60,6 @@ FORMS += \
     anidbconfigdialog.ui \
     renamesettingsdialog.ui
 
-include(../../anidbudpclient/anidbudpclient.pri)
+LIBS += -lanidbudpclient
+
+include(qtsingleapplication/src/qtsingleapplication.pri)